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

Declarations

tools/clang/include/clang/AST/ASTContext.h
  587   interp::Context &getInterpContext();

References

tools/clang/lib/AST/ExprConstant.cpp
13385     auto &InterpCtx = Info.Ctx.getInterpContext();
13620     auto &InterpCtx = const_cast<ASTContext &>(Ctx).getInterpContext();
14385     auto &InterpCtx = Info.Ctx.getInterpContext();