/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | CheckerContext.h | 84 ASTContext &getASTContext() { in getASTContext() function 88 const ASTContext &getASTContext() const { return Eng.getContext(); } in getASTContext() function
|
H A D | AnalysisManager.h | 82 ASTContext &getASTContext() override { in getASTContext() function
|
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/ |
H A D | Context.h | 53 ASTContext &getASTContext() const { return Ctx; } in getASTContext() function
|
/openbsd-src/gnu/llvm/clang/tools/libclang/ |
H A D | CXComment.h | 51 static inline ASTContext &getASTContext(CXComment CXC) { in getASTContext() function
|
H A D | CIndexHigh.cpp | 63 ASTContext &getASTContext() const { in getASTContext() function 255 ASTContext &getASTContext() const { in getASTContext() function 347 ASTContext &getASTContext() const { in getASTContext() function
|
H A D | CXIndexDataConsumer.h | 339 ASTContext &getASTContext() const { return *Ctx; } in getASTContext() function
|
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Refactoring/ |
H A D | RefactoringRuleContext.h | 47 ASTContext &getASTContext() const { in getASTContext() function
|
/openbsd-src/gnu/llvm/clang/include/clang/AST/ |
H A D | ExternalASTMerger.h | 98 ASTContext &getASTContext() const { return AST; } in getASTContext() function
|
H A D | Mangle.h | 78 ASTContext &getASTContext() const { return Context; } in getASTContext() function
|
H A D | DeclContextInternals.h | 123 ASTContext &getASTContext() { in getASTContext() function
|
H A D | NSAPI.h | 27 ASTContext &getASTContext() const { return Ctx; } in getASTContext() function
|
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/ |
H A D | DataflowAnalysis.h | 95 ASTContext &getASTContext() final { return Context; } in getASTContext() function
|
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/ |
H A D | ASTUnit.h | 438 const ASTContext &getASTContext() const { return *Ctx; } in getASTContext() function 439 ASTContext &getASTContext() { return *Ctx; } in getASTContext() function
|
H A D | CompilerInstance.h | 464 ASTContext &getASTContext() const { in getASTContext() function
|
/openbsd-src/gnu/llvm/clang/tools/clang-import-test/ |
H A D | clang-import-test.cpp | 253 ASTContext &getASTContext() { return CI->getASTContext(); } in getASTContext() function
|
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/ |
H A D | AnalysisDeclContext.h | 104 ASTContext &getASTContext() const { return D->getASTContext(); } in getASTContext() function
|
/openbsd-src/gnu/llvm/clang/lib/Analysis/ |
H A D | CloneDetection.cpp | 75 ASTContext &StmtSequence::getASTContext() const { in getASTContext() function in StmtSequence
|
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/ |
H A D | CheckerManager.h | 179 ASTContext &getASTContext() const { in getASTContext() function
|
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
H A D | BugReporter.h | 717 ASTContext &getASTContext() const { in getASTContext() function
|
/openbsd-src/gnu/llvm/clang/include/clang/Serialization/ |
H A D | ASTWriter.h | 578 ASTContext &getASTContext() const { in getASTContext() function
|
/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/ |
H A D | TransformActions.cpp | 125 ASTContext &getASTContext() { return Ctx; } in getASTContext() function in __anona90279ec0111::TransformActionsImpl
|
/openbsd-src/gnu/llvm/clang/lib/Tooling/ASTDiff/ |
H A D | ASTDiff.cpp | 975 const ASTContext &SyntaxTree::getASTContext() const { return TreeImpl->AST; } in getASTContext() function in clang::diff::SyntaxTree
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | DeclBase.cpp | 428 ASTContext &Decl::getASTContext() const { in getASTContext() function in Decl
|
H A D | MicrosoftMangle.cpp | 334 ASTContext &getASTContext() const { return Context.getASTContext(); } in getASTContext() function in __anon3843b0920111::MicrosoftCXXNameMangler
|
/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/ |
H A D | ASTMatchFinder.cpp | 723 ASTContext &getASTContext() const override { return *ActiveASTContext; } in getASTContext() function in clang::ast_matchers::internal::__anonab4d286c0111::MatchASTVisitor
|