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

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DMangle.h82 ASTContext &getASTContext() const { return Context; } function in class:clang::MangleContext
H A DDecl.h84 ASTContext &getASTContext() const { return Ctx; } function in class:clang::TranslationUnitDecl
H A DNSAPI.h27 ASTContext &getASTContext() const { return Ctx; } function in class:clang::NSAPI
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h75 virtual ASTContext &getASTContext() { function in class:clang::ento::AnalysisManager
H A DCheckerContext.h130 ASTContext &getASTContext() { function in class:clang::ento::CheckerContext
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DCompilerInstance.h378 ASTContext &getASTContext() const { function in class:clang::CompilerInstance
H A DASTUnit.h453 const ASTContext &getASTContext() const { return *Ctx; } function in class:clang::ASTUnit
454 ASTContext &getASTContext() { return *Ctx; } function in class:clang::ASTUnit
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Analysis/
H A DAnalysisContext.h104 ASTContext &getASTContext() const { return D->getASTContext(); } function in class:clang::AnalysisDeclContext
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp417 virtual ASTContext &getASTContext() const { return *ActiveASTContext; } function in class:clang::ast_matchers::internal::__anon3001::MatchASTVisitor
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h547 ASTContext &getASTContext() { function in class:clang::ento::BugReporterContext
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransformActions.cpp126 ASTContext &getASTContext() { return Ctx; } function in class:__anon2944::TransformActionsImpl
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclBase.cpp262 ASTContext &Decl::getASTContext() const { function in class:Decl
[all...]
H A DMicrosoftMangle.cpp59 ASTContext &getASTContext() const { return Context.getASTContext(); } function in class:__anon2981::MicrosoftCXXNameMangler
[all...]
H A DItaniumMangle.cpp225 ASTContext &getASTContext() const { return Context.getASTContext(); } function in class:__anon2977::CXXNameMangler
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp378 ClangASTContext::getASTContext() function in class:ClangASTContext
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h858 ASTContext &getASTContext() const { return Context; } function in class:clang::Sema

Completed in 266 milliseconds