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.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.h27 ASTContext &getASTContext() const { return Ctx; } in getASTContext() function
DDecl.h90 ASTContext &getASTContext() const { return Ctx; } in getASTContext() function
/external/clang/include/clang/Frontend/
DASTUnit.h504 const ASTContext &getASTContext() const { return *Ctx; } in getASTContext() function
505 ASTContext &getASTContext() { return *Ctx; } in getASTContext() function
DCompilerInstance.h435 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 __anon9b92d3d70111::TransformActionsImpl
/external/clang/lib/ASTMatchers/
DASTMatchFinder.cpp486 ASTContext &getASTContext() const override { return *ActiveASTContext; } in getASTContext() function in clang::ast_matchers::internal::__anone8f470f70111::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.cpp221 ASTContext &getASTContext() const { return Context.getASTContext(); } in getASTContext() function in __anon38da4f7d0111::MicrosoftCXXNameMangler
DItaniumMangle.cpp268 ASTContext &getASTContext() const { return Context.getASTContext(); } in getASTContext() function in __anon0690afbe0111::CXXNameMangler
/external/clang/include/clang/Sema/
DSema.h966 ASTContext &getASTContext() const { return Context; } in getASTContext() function