Home
last modified time | relevance | path

Searched defs:getASTContext (Results 1 – 18 of 18) 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.h340 ASTContext &getASTContext() const { return *Ctx; } in getASTContext() function
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DAnalysisManager.h79 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.h27 ASTContext &getASTContext() const { return Ctx; } in getASTContext() function
DDecl.h86 ASTContext &getASTContext() const { return Ctx; } in getASTContext() function
/external/clang/include/clang/Frontend/
DASTUnit.h493 const ASTContext &getASTContext() const { return *Ctx; } in getASTContext() function
494 ASTContext &getASTContext() { return *Ctx; } in getASTContext() function
DCompilerInstance.h416 ASTContext &getASTContext() const { in getASTContext() function
/external/clang/include/clang/Analysis/
DAnalysisContext.h99 ASTContext &getASTContext() const { return D->getASTContext(); } in getASTContext() function
/external/clang/lib/ARCMigrate/
DTransformActions.cpp126 ASTContext &getASTContext() { return Ctx; } in getASTContext() function in __anona8499dce0111::TransformActionsImpl
/external/clang/lib/ASTMatchers/
DASTMatchFinder.cpp469 ASTContext &getASTContext() const override { return *ActiveASTContext; } in getASTContext() function in clang::ast_matchers::internal::__anon466e580e0111::MatchASTVisitor
/external/lldb/source/Symbol/
DClangASTContext.cpp378 ClangASTContext::getASTContext() in getASTContext() function in ClangASTContext
/external/clang/lib/AST/
DDeclBase.cpp273 ASTContext &Decl::getASTContext() const { in getASTContext() function in Decl
DMicrosoftMangle.cpp200 ASTContext &getASTContext() const { return Context.getASTContext(); } in getASTContext() function in __anon40de12740111::MicrosoftCXXNameMangler
DItaniumMangle.cpp252 ASTContext &getASTContext() const { return Context.getASTContext(); } in getASTContext() function in __anon4e0948f50111::CXXNameMangler
/external/clang/include/clang/Sema/
DSema.h950 ASTContext &getASTContext() const { return Context; } in getASTContext() function