|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/clang/lib/AST/Interp/InterpState.h 30 class InterpFrame;
References
tools/clang/lib/AST/Interp/Context.cpp 123 State.Current = new InterpFrame(State, Func, nullptr, {}, {});
tools/clang/lib/AST/Interp/EvalEmitter.cpp 26 S.Current = new InterpFrame(S, nullptr, nullptr, CodePtr(), Pointer());
tools/clang/lib/AST/Interp/Interp.cpp 42 if (InterpFrame *Caller = S.Current->Caller) {
63 if (InterpFrame *Caller = S.Current->Caller) {
tools/clang/lib/AST/Interp/InterpFrame.cpp 20 InterpFrame::InterpFrame(InterpState &S, Function *Func, InterpFrame *Caller,
tools/clang/lib/AST/Interp/InterpFrame.h 32 InterpFrame *Caller;
35 InterpFrame(InterpState &S, Function *Func, InterpFrame *Caller,
tools/clang/lib/AST/Interp/InterpState.cpp 31 InterpFrame *Next = Current->Caller;
tools/clang/lib/AST/Interp/InterpState.h 104 InterpFrame *Current = nullptr;