Searched defs:getASTContext (Results 1 - 21 of 21) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DContext.h56 ASTContext &getASTContext() const { return Ctx; } function in class:clang::interp::Context
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRefactoringRuleContext.h47 ASTContext &getASTContext() const { function in class:clang::tooling::RefactoringRuleContext
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExternalASTMerger.h98 ASTContext &getASTContext() const { return AST; } function in class:clang::ExternalASTMerger::ImporterSource
H A DMangle.h71 ASTContext &getASTContext() const { return Context; } function in class:clang::MangleContext
H A DDecl.h94 ASTContext &getASTContext() const { return Ctx; } function in class:clang::TranslationUnitDecl
[all...]
H A DNSAPI.h27 ASTContext &getASTContext() const { return Ctx; } function in class:clang::NSAPI
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h83 ASTContext &getASTContext() { function in class:clang::ento::CheckerContext
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCloneDetection.cpp74 ASTContext &StmtSequence::getASTContext() const { function in class:StmtSequence
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h103 ASTContext &getASTContext() const { return D->getASTContext(); } function in class:clang::AnalysisDeclContext
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h464 ASTContext &getASTContext() const { function in class:clang::CompilerInstance
H A DASTUnit.h439 const ASTContext &getASTContext() const { return *Ctx; } function in class:clang::ASTUnit
440 ASTContext &getASTContext() { return *Ctx; } function in class:clang::ASTUnit
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h144 ASTContext &getASTContext() { return Context; } function in class:clang::ento::CheckerManager
/freebsd-12-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransformActions.cpp125 ASTContext &getASTContext() { return Ctx; } function in class:__anon2691::TransformActionsImpl
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h706 ASTContext &getASTContext() const { function in class:clang::ento::BugReporterContext
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp977 const ASTContext &SyntaxTree::getASTContext() const { return TreeImpl->AST; } function in class:clang::diff::SyntaxTree
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp380 ASTContext &Decl::getASTContext() const { function in class:Decl
[all...]
H A DItaniumMangle.cpp383 ASTContext &getASTContext() const { return Context.getASTContext(); } function in class:__anon2730::CXXNameMangler
[all...]
H A DMicrosoftMangle.cpp280 ASTContext &getASTContext() const { return Context.getASTContext(); } function in class:__anon2734::MicrosoftCXXNameMangler
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp141 ASTContext &getASTContext() const { function in class:__anon3461::ConstructedObjectKey
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp641 ASTContext &ClangASTContext::getASTContext() { function in class:ClangASTContext
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1359 ASTContext &getASTContext() const { return Context; } function in class:clang::final

Completed in 329 milliseconds