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

References

tools/clang/lib/AST/ASTDumper.cpp
  217   ASTContext &Ctx = cast<TranslationUnitDecl>(DC)->getASTContext();
tools/clang/lib/AST/Decl.cpp
 2882          !tunit->getASTContext().getLangOpts().Freestanding &&
 2896   if (!TUnit->getASTContext().getTargetInfo().getTriple().isOSMSVCRT())
 2929       ->getASTContext();
tools/clang/lib/AST/DeclBase.cpp
  378   return getTranslationUnitDecl()->getASTContext();
tools/clang/lib/AST/DeclPrinter.cpp
  216   ASTContext &Ctx = cast<TranslationUnitDecl>(DC)->getASTContext();
tools/clang/lib/Tooling/Syntax/BuildTree.cpp
  275   BuildTreeVisitor(TU.getASTContext(), Builder).TraverseAST(TU.getASTContext());
  275   BuildTreeVisitor(TU.getASTContext(), Builder).TraverseAST(TU.getASTContext());
tools/clang/unittests/AST/ASTImporterTest.cpp
 1876   EXPECT_EQ(0u, ToTU->getASTContext().getDiagnostics().getNumWarnings());
 1909   EXPECT_EQ(1u, ToTU->getASTContext().getDiagnostics().getNumWarnings());
 4217     EXPECT_EQ(0u, ToTU->getASTContext().getDiagnostics().getNumWarnings());
 4824   EXPECT_EQ(0u, ToTU->getASTContext().getDiagnostics().getNumWarnings());
 5384   ToTU->getASTContext().setExternalSource(new TestExternalASTSource());
tools/clang/unittests/AST/ASTImporterVisibilityTest.cpp
  247     EXPECT_EQ(0u, ToTu->getASTContext().getDiagnostics().getNumWarnings());
  268                       ->getASTContext()
tools/clang/unittests/AST/StructuralEquivalenceTest.cpp
 1309       get<0>(TU)->getASTContext(), get<1>(TU)->getASTContext(),
 1309       get<0>(TU)->getASTContext(), get<1>(TU)->getASTContext(),
 1346       get<0>(TU)->getASTContext(), get<1>(TU)->getASTContext(),
 1346       get<0>(TU)->getASTContext(), get<1>(TU)->getASTContext(),
 1385       get<0>(TU)->getASTContext(), get<1>(TU)->getASTContext(),
 1385       get<0>(TU)->getASTContext(), get<1>(TU)->getASTContext(),
tools/clang/unittests/Tooling/ASTSelectionTest.cpp
   45     const ASTContext &Context = TU->getASTContext();
tools/clang/unittests/Tooling/LexicallyOrderedRecursiveASTVisitorTest.cpp
   54     const ASTContext &Context = TU->getASTContext();