/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | CheckerContext.h | 84 ASTContext &getASTContext() { getASTContext() function 88 const ASTContext &getASTContext() const { return Eng.getContext(); } getASTContext() function
|
H A D | AnalysisManager.h | 82 ASTContext &getASTContext() override { in getASTContext() function
|
/llvm-project/clang/tools/libclang/ |
H A D | CXComment.h | 51 static inline ASTContext &getASTContext(CXComment CXC) { in getASTContext() function
|
H A D | CIndexHigh.cpp | 64 ASTContext &getASTContext() const { in getASTContext() function 256 ASTContext &getASTContext() const { in getASTContext() function 348 ASTContext &getASTContext() const { in getASTContext() function
|
H A D | CXIndexDataConsumer.h | 339 ASTContext &getASTContext() const { return *Ctx; } in getASTContext() function
|
/llvm-project/clang/include/clang/Tooling/Refactoring/ |
H A D | RefactoringRuleContext.h | 47 ASTContext &getASTContext() const { in getASTContext() function
|
/llvm-project/clang/lib/Interpreter/ |
H A D | Value.cpp | 250 ASTContext &Value::getASTContext() { return getInterpreter().getASTContext(); } in getASTContext() function in clang::Value 252 const ASTContext &Value::getASTContext() const { in getASTContext() function in clang::Value
|
H A D | Interpreter.cpp | 371 ASTContext &Interpreter::getASTContext() { getASTContext() function in Interpreter 375 const ASTContext &Interpreter::getASTContext() const { getASTContext() function in Interpreter
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaBase.cpp | 9 ASTContext &SemaBase::getASTContext() const { return SemaRef.Context; } in getASTContext() function in clang::SemaBase
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | Context.h |
|
/llvm-project/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 | 135 ASTContext &getASTContext() { in getASTContext() function
|
H A D | NSAPI.h | 27 ASTContext &getASTContext() const { return Ctx; } in getASTContext() function
|
/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
H A D | DataflowAnalysis.h | 91 ASTContext &getASTContext() final { return Context; } in getASTContext() function
|
/llvm-project/clang/include/clang/Frontend/ |
H A D | ASTUnit.h | 442 const ASTContext &getASTContext() const { return *Ctx; } in getASTContext() function 443 ASTContext &getASTContext() { return *Ctx; } in getASTContext() function
|
H A D | CompilerInstance.h | 515 ASTContext &getASTContext() const { getASTContext() function
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | Preamble.h | 71 ASTContext &getASTContext() { return *Context; } getASTContext() function
|
H A D | ParsedAST.cpp | 766 ASTContext &ParsedAST::getASTContext() { return Clang->getASTContext(); } getASTContext() function in clang::clangd::ParsedAST 768 const ASTContext &ParsedAST::getASTContext() const { getASTContext() function in clang::clangd::ParsedAST [all...] |
/llvm-project/clang/tools/clang-import-test/ |
H A D | clang-import-test.cpp | 253 ASTContext &getASTContext() { return CI->getASTContext(); } getASTContext() function [all...] |
/llvm-project/clang/include/clang/Analysis/ |
H A D | AnalysisDeclContext.h | 104 ASTContext &getASTContext() const { return D->getASTContext(); } in getASTContext() function
|
/llvm-project/clang/lib/Analysis/ |
H A D | CloneDetection.cpp | 75 ASTContext &StmtSequence::getASTContext() const { in getASTContext() function in StmtSequence
|
/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
H A D | CheckerManager.h | 179 ASTContext &getASTContext() const { getASTContext() function
|
/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
H A D | BugReporter.h | 733 ASTContext &getASTContext() const { in getASTContext() function
|
/llvm-project/clang/lib/ARCMigrate/ |
H A D | TransformActions.cpp | 125 ASTContext &getASTContext() { return Ctx; } in getASTContext() function in __anon0b89c3080111::TransformActionsImpl
|