Home
last modified time | relevance | path

Searched defs:getASTContext (Results 1 – 25 of 35) sorted by relevance

12

/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h84 ASTContext &getASTContext() { getASTContext() function
88 const ASTContext &getASTContext() const { return Eng.getContext(); } getASTContext() function
H A DAnalysisManager.h82 ASTContext &getASTContext() override { in getASTContext() function
/llvm-project/clang/tools/libclang/
H A DCXComment.h51 static inline ASTContext &getASTContext(CXComment CXC) { in getASTContext() function
H A DCIndexHigh.cpp64 ASTContext &getASTContext() const { in getASTContext() function
256 ASTContext &getASTContext() const { in getASTContext() function
348 ASTContext &getASTContext() const { in getASTContext() function
H A DCXIndexDataConsumer.h339 ASTContext &getASTContext() const { return *Ctx; } in getASTContext() function
/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRefactoringRuleContext.h47 ASTContext &getASTContext() const { in getASTContext() function
/llvm-project/clang/lib/Interpreter/
H A DValue.cpp250 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 DInterpreter.cpp371 ASTContext &Interpreter::getASTContext() { getASTContext() function in Interpreter
375 const ASTContext &Interpreter::getASTContext() const { getASTContext() function in Interpreter
/llvm-project/clang/lib/Sema/
H A DSemaBase.cpp9 ASTContext &SemaBase::getASTContext() const { return SemaRef.Context; } in getASTContext() function in clang::SemaBase
/llvm-project/clang/lib/AST/Interp/
H A DContext.h
/llvm-project/clang/include/clang/AST/
H A DExternalASTMerger.h98 ASTContext &getASTContext() const { return AST; } in getASTContext() function
H A DMangle.h78 ASTContext &getASTContext() const { return Context; } in getASTContext() function
H A DDeclContextInternals.h135 ASTContext &getASTContext() { in getASTContext() function
H A DNSAPI.h27 ASTContext &getASTContext() const { return Ctx; } in getASTContext() function
/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowAnalysis.h91 ASTContext &getASTContext() final { return Context; } in getASTContext() function
/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h442 const ASTContext &getASTContext() const { return *Ctx; } in getASTContext() function
443 ASTContext &getASTContext() { return *Ctx; } in getASTContext() function
H A DCompilerInstance.h515 ASTContext &getASTContext() const { getASTContext() function
/llvm-project/clang-tools-extra/clangd/
H A DPreamble.h71 ASTContext &getASTContext() { return *Context; } getASTContext() function
H A DParsedAST.cpp766 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 Dclang-import-test.cpp253 ASTContext &getASTContext() { return CI->getASTContext(); } getASTContext() function
[all...]
/llvm-project/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h104 ASTContext &getASTContext() const { return D->getASTContext(); } in getASTContext() function
/llvm-project/clang/lib/Analysis/
H A DCloneDetection.cpp75 ASTContext &StmtSequence::getASTContext() const { in getASTContext() function in StmtSequence
/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h179 ASTContext &getASTContext() const { getASTContext() function
/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h733 ASTContext &getASTContext() const { in getASTContext() function
/llvm-project/clang/lib/ARCMigrate/
H A DTransformActions.cpp125 ASTContext &getASTContext() { return Ctx; } in getASTContext() function in __anon0b89c3080111::TransformActionsImpl

12