/external/clang/tools/libclang/ |
D | CXComment.h | 52 static inline ASTContext &getASTContext(CXComment CXC) { in getASTContext() function
|
D | CIndexHigh.cpp | 64 ASTContext &getASTContext() const { in getASTContext() function 258 ASTContext &getASTContext() const { in getASTContext() function 350 ASTContext &getASTContext() const { in getASTContext() function
|
D | IndexingContext.h | 340 ASTContext &getASTContext() const { return *Ctx; } in getASTContext() function
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | AnalysisManager.h | 79 ASTContext &getASTContext() override { in getASTContext() function
|
D | CheckerContext.h | 130 ASTContext &getASTContext() { in getASTContext() function
|
/external/clang/include/clang/AST/ |
D | Mangle.h | 69 ASTContext &getASTContext() const { return Context; } in getASTContext() function
|
D | NSAPI.h | 27 ASTContext &getASTContext() const { return Ctx; } in getASTContext() function
|
D | Decl.h | 86 ASTContext &getASTContext() const { return Ctx; } in getASTContext() function
|
/external/clang/include/clang/Frontend/ |
D | ASTUnit.h | 493 const ASTContext &getASTContext() const { return *Ctx; } in getASTContext() function 494 ASTContext &getASTContext() { return *Ctx; } in getASTContext() function
|
D | CompilerInstance.h | 416 ASTContext &getASTContext() const { in getASTContext() function
|
/external/clang/include/clang/Analysis/ |
D | AnalysisContext.h | 99 ASTContext &getASTContext() const { return D->getASTContext(); } in getASTContext() function
|
/external/clang/lib/ARCMigrate/ |
D | TransformActions.cpp | 126 ASTContext &getASTContext() { return Ctx; } in getASTContext() function in __anona8499dce0111::TransformActionsImpl
|
/external/clang/lib/ASTMatchers/ |
D | ASTMatchFinder.cpp | 469 ASTContext &getASTContext() const override { return *ActiveASTContext; } in getASTContext() function in clang::ast_matchers::internal::__anon466e580e0111::MatchASTVisitor
|
/external/lldb/source/Symbol/ |
D | ClangASTContext.cpp | 378 ClangASTContext::getASTContext() in getASTContext() function in ClangASTContext
|
/external/clang/lib/AST/ |
D | DeclBase.cpp | 273 ASTContext &Decl::getASTContext() const { in getASTContext() function in Decl
|
D | MicrosoftMangle.cpp | 200 ASTContext &getASTContext() const { return Context.getASTContext(); } in getASTContext() function in __anon40de12740111::MicrosoftCXXNameMangler
|
D | ItaniumMangle.cpp | 252 ASTContext &getASTContext() const { return Context.getASTContext(); } in getASTContext() function in __anon4e0948f50111::CXXNameMangler
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 950 ASTContext &getASTContext() const { return Context; } in getASTContext() function
|