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

References

tools/clang/lib/AST/Interp/Context.cpp
   66 const LangOptions &Context::getLangOpts() const { return Ctx.getLangOpts(); }
   77     switch (Ctx.getIntWidth(T)) {
   92     switch (Ctx.getIntWidth(T)) {
  116   return Ctx.getTargetInfo().getCharWidth();
tools/clang/lib/AST/Interp/Context.h
   68   ASTContext &getASTContext() const { return Ctx; }