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

References

tools/clang/include/clang/Frontend/CompilerInstance.h
  466   bool hasASTContext() const { return Context != nullptr; }
  469     assert(Context && "Compiler instance has no AST context!");
  470     return *Context;
  474     llvm::BuryPointer(Context.get());
  475     Context.resetWithoutRelease();
tools/clang/lib/Frontend/CompilerInstance.cpp
  113   Context = Value;
  115   if (Context && Consumer)
  126   if (Context && Consumer)