Home
last modified time | relevance | path

Searched defs:getASTContext (Results 1 – 25 of 28) 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 Value
252 const ASTContext &Value::getASTContext() const { in getASTContext() function in Value
H A DInterpreter.cpp338 ASTContext &Interpreter::getASTContext() { in getASTContext() function in Interpreter
342 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/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.h123 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/Analysis/FlowSensitive/
H A DDataflowAnalysis.h92 ASTContext &getASTContext() final { return Context; } 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.h491 ASTContext &getASTContext() const { 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/BugReporter/
H A DBugReporter.h721 ASTContext &getASTContext() const { in getASTContext() function
/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/Serialization/
H A DASTWriter.h602 ASTContext &getASTContext() const { in getASTContext() function
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransformActions.cpp125 ASTContext &getASTContext() { return Ctx; } in getASTContext() function in __anon91e8911d0111::TransformActionsImpl
/freebsd/contrib/llvm-project/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp975 const ASTContext &SyntaxTree::getASTContext() const { return TreeImpl->AST; } in getASTContext() function in clang::diff::SyntaxTree
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp501 ASTContext &Decl::getASTContext() const { in getASTContext() function in Decl
H A DMicrosoftMangle.cpp334 ASTContext &getASTContext() const { return Context.getASTContext(); } in getASTContext() function in __anon5b4226c30111::MicrosoftCXXNameMangler
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp734 ASTContext &getASTContext() const override { return *ActiveASTContext; } in getASTContext() function in clang::ast_matchers::internal::__anon55449d7d0111::MatchASTVisitor
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp135 ASTContext &getASTContext() const { in getASTContext() function in __anonb577e04c0111::ConstructedObjectKey

12