reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/lib/AST/Interp/InterpState.h
   29 class InterpStack;

References

tools/clang/lib/AST/Interp/ByteCodeExprGen.h
   65   ByteCodeExprGen(Context &Ctx, Program &P, Tys &&... Args)
tools/clang/lib/AST/Interp/Context.h
   72   InterpStack &getStack() { return Stk; }
   92   InterpStack Stk;
tools/clang/lib/AST/Interp/EvalEmitter.cpp
   23                          InterpStack &Stk, APValue &Result)
tools/clang/lib/AST/Interp/EvalEmitter.h
   46   EvalEmitter(Context &Ctx, Program &P, State &Parent, InterpStack &Stk,
tools/clang/lib/AST/Interp/InterpState.cpp
   24 InterpState::InterpState(State &Parent, Program &P, InterpStack &Stk,
tools/clang/lib/AST/Interp/InterpState.h
   36   InterpState(State &Parent, Program &P, InterpStack &Stk, Context &Ctx,
  100   InterpStack &Stk;