/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 | 343 ASTContext &getASTContext() const { return *Ctx; } in getASTContext() function
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | AnalysisManager.h | 82 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 | 28 ASTContext &getASTContext() const { return Ctx; } in getASTContext() function
|
D | Decl.h | 89 ASTContext &getASTContext() const { return Ctx; } in getASTContext() function
|
/external/clang/include/clang/Frontend/ |
D | ASTUnit.h | 508 const ASTContext &getASTContext() const { return *Ctx; } in getASTContext() function 509 ASTContext &getASTContext() { return *Ctx; } in getASTContext() function
|
D | CompilerInstance.h | 452 ASTContext &getASTContext() const { in getASTContext() function
|
/external/clang/include/clang/Analysis/ |
D | AnalysisContext.h | 100 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 __anonb22c52370111::TransformActionsImpl
|
/external/clang/lib/ASTMatchers/ |
D | ASTMatchFinder.cpp | 483 ASTContext &getASTContext() const override { return *ActiveASTContext; } in getASTContext() function in clang::ast_matchers::internal::__anonf927a3570111::MatchASTVisitor
|
/external/clang/lib/AST/ |
D | DeclBase.cpp | 311 ASTContext &Decl::getASTContext() const { in getASTContext() function in Decl
|
D | MicrosoftMangle.cpp | 227 ASTContext &getASTContext() const { return Context.getASTContext(); } in getASTContext() function in __anonea8b6ddd0111::MicrosoftCXXNameMangler
|
D | ItaniumMangle.cpp | 266 ASTContext &getASTContext() const { return Context.getASTContext(); } in getASTContext() function in __anon5aa6b61e0111::CXXNameMangler
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 1048 ASTContext &getASTContext() const { return Context; } in getASTContext() function
|