Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h87 ASTContext &getASTContext() { in getASTContext() function
91 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.cpp247 ASTContext &Value::getASTContext() { return getInterpreter().getASTContext(); } in getASTContext() function in clang::Value
249 const ASTContext &Value::getASTContext() const { in getASTContext() function in clang::Value
H A DInterpreter.cpp542 ASTContext &Interpreter::getASTContext() { in getASTContext() function in clang::Interpreter
546 const ASTContext &Interpreter::getASTContext() const { in getASTContext() function in clang::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/CIR/CodeGen/
H A DCIRGenTypes.h100 clang::ASTContext &getASTContext() const { return astContext; } in getASTContext() function
H A DCIRGenModule.h96 clang::ASTContext &getASTContext() const { return astContext; } in getASTContext() function
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DContext.h68 ASTContext &getASTContext() const { return Ctx; } in getASTContext() function
H A DInterpState.h73 ASTContext &getASTContext() const override { return Parent.getASTContext(); } 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.h82 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
/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/include/clang/Frontend/
H A DASTUnit.h454 const ASTContext &getASTContext() const { return *Ctx; } in getASTContext() function
455 ASTContext &getASTContext() { return *Ctx; } in getASTContext() function
H A DCompilerInstance.h501 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.cpp74 ASTContext &StmtSequence::getASTContext() const { in getASTContext() function in StmtSequence
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h177 ASTContext &getASTContext() const { in getASTContext() function
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h738 ASTContext &getASTContext() const { in getASTContext() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp529 ASTContext &Decl::getASTContext() const { in getASTContext() function in Decl
H A DMicrosoftMangle.cpp334 ASTContext &getASTContext() const { return Context.getASTContext(); } in getASTContext() function in __anon77df3dfb0111::MicrosoftCXXNameMangler
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp736 ASTContext &getASTContext() const override { return *ActiveASTContext; } in getASTContext() function in clang::ast_matchers::internal::__anon17c865b50111::MatchASTVisitor
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp136 ASTContext &getASTContext() const { in getASTContext() function in __anon289504840111::ConstructedObjectKey

12