Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h84 ASTContext &getASTContext() { in getASTContext() function
88 const ASTContext &getASTContext() const { return Eng.getContext(); } in getASTContext() function
H A DAnalysisManager.h82 ASTContext &getASTContext() override { in getASTContext() function
/freebsd/contrib/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() { in getASTContext() function in Interpreter
375 const ASTContext &Interpreter::getASTContext() const { in getASTContext() function in Interpreter
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRefactoringRuleContext.h47 ASTContext &getASTContext() const { in getASTContext() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaBase.cpp9 ASTContext &SemaBase::getASTContext() const { return SemaRef.Context; } in getASTContext() function in clang::SemaBase
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DContext.h61 ASTContext &getASTContext() const { return Ctx; } in getASTContext() function
/freebsd/contrib/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
H A DDecl.h120 ASTContext &getASTContext() const { return Ctx; } in getASTContext() function
/freebsd/contrib/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 { in getASTContext() function
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowAnalysis.h91 ASTContext &getASTContext() final { return Context; } in getASTContext() function
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h104 ASTContext &getASTContext() const { return D->getASTContext(); } in getASTContext() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCloneDetection.cpp75 ASTContext &StmtSequence::getASTContext() const { in getASTContext() function in StmtSequence
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h179 ASTContext &getASTContext() const { in getASTContext() function
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h733 ASTContext &getASTContext() const { in getASTContext() function
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h649 ASTContext &getASTContext() const { in getASTContext() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp523 ASTContext &Decl::getASTContext() const { in getASTContext() function in Decl
H A DMicrosoftMangle.cpp336 ASTContext &getASTContext() const { return Context.getASTContext(); } in getASTContext() function in __anon77df3dfb0111::MicrosoftCXXNameMangler
H A DItaniumMangle.cpp398 ASTContext &getASTContext() const { return Context.getASTContext(); } in getASTContext() function in __anon01ebe6bc0111::CXXNameMangler
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp135 ASTContext &getASTContext() const { in getASTContext() function in __anon289504840111::ConstructedObjectKey
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h600 ASTContext &getASTContext() const { return Context; } in getASTContext() function

12