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

/external/clang/include/clang/AST/
H A DMangle.h82 ASTContext &getASTContext() const { return Context; } function in class:clang::MangleContext
H A DNSAPI.h25 ASTContext &getASTContext() const { return Ctx; } function in class:clang::NSAPI
H A DDecl.h86 ASTContext &getASTContext() const { return Ctx; } function in class:clang::TranslationUnitDecl
959 return isThisDeclarationADefinition(getASTContext());
966 return hasDefinition(getASTContext());
986 return getDefinition(getASTContext());
1826 setParams(getASTContext(), NewParamInfo);
1846 return getType()->getAs<FunctionType>()->getCallResultType(getASTContext());
1925 setInstantiationOfMemberFunction(getASTContext(), FD, TSK);
2029 setFunctionTemplateSpecialization(getASTContext(), Template, TemplateArgs,
2885 setInstantiationOfMemberEnum(getASTContext(), ED, TSK);
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h129 virtual ASTContext &getASTContext() { function in class:clang::ento::AnalysisManager
134 return getASTContext().getSourceManager();
H A DCheckerContext.h83 ASTContext &getASTContext() { function in class:clang::ento::CheckerContext
/external/clang/tools/libclang/
H A DCIndexHigh.cpp62 ASTContext &getASTContext() const { function in struct:__anon4320::FindFileIdRefVisitData
63 return static_cast<ASTUnit *>(TU->TUData)->getASTContext();
185 ASTContext &Ctx = data->getASTContext();
256 ASTContext &getASTContext() const { function in struct:__anon4321::FindFileMacroRefVisitData
257 return Unit.getASTContext();
281 ASTContext &Ctx = data->getASTContext();
H A DIndexingContext.h356 ASTContext &getASTContext() const { return *Ctx; } function in class:clang::cxindex::IndexingContext
/external/clang/include/clang/Frontend/
H A DCompilerInstance.h364 ASTContext &getASTContext() const { function in class:clang::CompilerInstance
H A DASTUnit.h442 const ASTContext &getASTContext() const { return *Ctx; } function in class:clang::ASTUnit
443 ASTContext &getASTContext() { return *Ctx; } function in class:clang::ASTUnit
/external/clang/include/clang/Analysis/
H A DAnalysisContext.h111 ASTContext &getASTContext() { return D->getASTContext(); } function in class:clang::AnalysisDeclContext
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h285 virtual ASTContext &getASTContext() = 0;
344 ASTContext &getContext() { return D.getASTContext(); }
438 ASTContext &getASTContext() { function in class:clang::ento::BugReporterContext
/external/clang/lib/AST/
H A DMicrosoftMangle.cpp34 ASTContext &getASTContext() const { return Context.getASTContext(); } function in class:__anon3074::MicrosoftCXXNameMangler
122 if (!getASTContext().getLangOpts().CPlusPlus && !D->hasAttrs())
139 if (!getASTContext().getLangOpts().CPlusPlus)
615 T = getASTContext().getCanonicalType(T);
864 CC = IsInstMethod ? getASTContext().getDefaultMethodCallConv() : CC_C;
915 Out << getASTContext().getTypeSizeInChars(
1132 getASTContext().getSourceManager(),
H A DDeclBase.cpp204 setDeclContextsImpl(getDeclContext(), DC, getASTContext());
248 ASTContext &Decl::getASTContext() const { function in class:Decl
249 return getTranslationUnitDecl()->getASTContext();
253 return getASTContext().getASTMutationListener();
392 AvailabilityResult AR = CheckAvailability(getASTContext(), Availability,
426 else if (!(getASTContext().getLangOpts().ObjCNonFragileABI &&
443 if (CheckAvailability(getASTContext(), Availability, 0)
556 getASTContext().eraseDeclAttrs(this);
561 return getASTContext().getDeclAttrs(this);
575 ASTContext &Context = getASTContext();
[all...]
H A DItaniumMangle.cpp222 ASTContext &getASTContext() const { return Context.getASTContext(); } function in class:__anon3070::CXXNameMangler
378 if (!getASTContext().getLangOpts().CPlusPlus && !D->hasAttrs())
395 if (!getASTContext().getLangOpts().CPlusPlus)
433 getASTContext().getTargetInfo().getUserLabelPrefix();
747 = getASTContext().getDependentTemplateName(DTST->getQualifier(),
980 QualType type = getASTContext().getTypeDeclType(typeDecl);
983 newQualifier = NestedNameSpecifier::Create(getASTContext(),
989 newQualifier = NestedNameSpecifier::Create(getASTContext(),
994 newQualifier = NestedNameSpecifier::Create(getASTContext(),
[all...]
/external/clang/lib/ARCMigrate/
H A DTransformActions.cpp125 ASTContext &getASTContext() { return Ctx; } function in class:__anon3033::TransformActionsImpl
681 getASTContext().getSourceManager();
701 getASTContext().getSourceManager();
720 getASTContext().getSourceManager();
/external/clang/include/clang/Sema/
H A DSema.h784 ASTContext &getASTContext() const { return Context; } function in class:clang::Sema

Completed in 2580 milliseconds