Home
last modified time | relevance | path

Searched defs:getASTContext (Results 1 – 17 of 17) sorted by relevance

/external/clang/tools/libclang/
DCXComment.h52 static inline ASTContext &getASTContext(CXComment CXC) { in getASTContext() function
DCIndexHigh.cpp64 ASTContext &getASTContext() const { in getASTContext() function
258 ASTContext &getASTContext() const { in getASTContext() function
350 ASTContext &getASTContext() const { in getASTContext() function
DIndexingContext.h343 ASTContext &getASTContext() const { return *Ctx; } in getASTContext() function
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DAnalysisManager.h82 ASTContext &getASTContext() override { in getASTContext() function
DCheckerContext.h130 ASTContext &getASTContext() { in getASTContext() function
/external/clang/include/clang/AST/
DMangle.h69 ASTContext &getASTContext() const { return Context; } in getASTContext() function
DNSAPI.h28 ASTContext &getASTContext() const { return Ctx; } in getASTContext() function
DDecl.h89 ASTContext &getASTContext() const { return Ctx; } in getASTContext() function
/external/clang/include/clang/Frontend/
DASTUnit.h508 const ASTContext &getASTContext() const { return *Ctx; } in getASTContext() function
509 ASTContext &getASTContext() { return *Ctx; } in getASTContext() function
DCompilerInstance.h452 ASTContext &getASTContext() const { in getASTContext() function
/external/clang/include/clang/Analysis/
DAnalysisContext.h100 ASTContext &getASTContext() const { return D->getASTContext(); } in getASTContext() function
/external/clang/lib/ARCMigrate/
DTransformActions.cpp126 ASTContext &getASTContext() { return Ctx; } in getASTContext() function in __anonb22c52370111::TransformActionsImpl
/external/clang/lib/ASTMatchers/
DASTMatchFinder.cpp483 ASTContext &getASTContext() const override { return *ActiveASTContext; } in getASTContext() function in clang::ast_matchers::internal::__anonf927a3570111::MatchASTVisitor
/external/clang/lib/AST/
DDeclBase.cpp311 ASTContext &Decl::getASTContext() const { in getASTContext() function in Decl
DMicrosoftMangle.cpp227 ASTContext &getASTContext() const { return Context.getASTContext(); } in getASTContext() function in __anonea8b6ddd0111::MicrosoftCXXNameMangler
DItaniumMangle.cpp266 ASTContext &getASTContext() const { return Context.getASTContext(); } in getASTContext() function in __anon5aa6b61e0111::CXXNameMangler
/external/clang/include/clang/Sema/
DSema.h1048 ASTContext &getASTContext() const { return Context; } in getASTContext() function