Searched refs:getASTContext (Results 1 - 25 of 150) sorted by path

123456

/external/clang/include/clang/AST/
H A DDecl.h86 ASTContext &getASTContext() const { return Ctx; } function in class:clang::TranslationUnitDecl
933 return isThisDeclarationADefinition(getASTContext());
940 return hasDefinition(getASTContext());
956 return getDefinition(getASTContext());
1874 setParams(getASTContext(), NewParamInfo);
1905 return getType()->getAs<FunctionType>()->getCallResultType(getASTContext());
1985 setInstantiationOfMemberFunction(getASTContext(), FD, TSK);
2089 setFunctionTemplateSpecialization(getASTContext(), Template, TemplateArgs,
2458 MaybeModedTInfo = new (getASTContext()) ModedTInfo(unmodedTSI, modedTy);
3031 setInstantiationOfMemberEnum(getASTContext(), E
[all...]
H A DDeclBase.h402 ASTContext &getASTContext() const LLVM_READONLY;
422 return setAttrsImpl(Attrs, getASTContext());
1115 return cast<Decl>(this)->getASTContext();
H A DDeclCXX.h1073 return data().Conversions.get(getASTContext()).begin();
1076 return data().Conversions.get(getASTContext()).end();
H A DDeclObjC.h336 return getReturnType().getNonLValueExprType(getASTContext());
H A DDeclTemplate.h384 Function->getASTContext());
1577 = new (getASTContext()) SpecializedPartialSpecialization();
1595 ExplicitInfo = new (getASTContext()) ExplicitSpecializationInfo;
1611 ExplicitInfo = new (getASTContext()) ExplicitSpecializationInfo;
1618 ExplicitInfo = new (getASTContext()) ExplicitSpecializationInfo;
1629 Profile(ID, TemplateArgs->asArray(), getASTContext());
2436 new (getASTContext()) SpecializedPartialSpecialization();
2454 ExplicitInfo = new (getASTContext()) ExplicitSpecializationInfo;
2470 ExplicitInfo = new (getASTContext()) ExplicitSpecializationInfo;
2477 ExplicitInfo = new (getASTContext()) ExplicitSpecializationInf
[all...]
H A DExpr.h961 computeDependence(D->getASTContext());
H A DMangle.h69 ASTContext &getASTContext() const { return Context; } function in class:clang::MangleContext
H A DNSAPI.h27 ASTContext &getASTContext() const { return Ctx; } function in class:clang::NSAPI
/external/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h753 virtual ASTContext &getASTContext() const = 0;
/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h154 AD.getDestructorDecl(ACtx->getASTContext()));
/external/clang/include/clang/Analysis/
H A DAnalysisContext.h99 ASTContext &getASTContext() const { return D->getASTContext(); } function in class:clang::AnalysisDeclContext
/external/clang/include/clang/Frontend/
H A DASTUnit.h493 const ASTContext &getASTContext() const { return *Ctx; } function in class:clang::ASTUnit
494 ASTContext &getASTContext() { return *Ctx; } function in class:clang::ASTUnit
H A DCompilerInstance.h416 ASTContext &getASTContext() const { function in class:clang::CompilerInstance
/external/clang/include/clang/Sema/
H A DSema.h950 ASTContext &getASTContext() const { return Context; } function in class:clang::Sema
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h377 virtual ASTContext &getASTContext() = 0;
443 ASTContext &getContext() { return D.getASTContext(); }
543 ASTContext &getASTContext() { function in class:clang::ento::BugReporterContext
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h79 ASTContext &getASTContext() override {
84 return getASTContext().getSourceManager();
H A DCheckerContext.h130 ASTContext &getASTContext() { function in class:clang::ento::CheckerContext
H A DExprEngine.h123 ASTContext &getContext() const { return AMgr.getASTContext(); }
/external/clang/lib/ARCMigrate/
H A DARCMT.cpp276 ASTContext &Ctx = Unit->getASTContext();
552 ASTContext &Ctx = Unit->getASTContext();
H A DObjCMT.cpp356 ASTContext &Context = NS.getASTContext();
612 NS.getASTContext(), /*IsDecl*/true);
622 NS.getASTContext(), /*IsDecl*/true);
630 EndOfEnumDclLoc = trans::findLocationAfterSemi(EnumDcl->getLocEnd(), NS.getASTContext(),
H A DTransBlockObjCVariable.cpp58 Var->getASTContext().getLangOpts().CPlusPlus)
H A DTransformActions.cpp126 ASTContext &getASTContext() { return Ctx; } function in class:__anon17705::TransformActionsImpl
/external/clang/lib/AST/
H A DASTDumper.cpp819 D->getASTContext().getLocalCommentForDeclUncached(D);
1235 D->getQualifier()->print(OS, D->getASTContext().getPrintingPolicy());
1242 D->getQualifier()->print(OS, D->getASTContext().getPrintingPolicy());
1248 D->getQualifier()->print(OS, D->getASTContext().getPrintingPolicy());
2152 ASTDumper P(OS, &getASTContext().getCommentCommandTraits(),
2153 &getASTContext().getSourceManager());
2158 ASTDumper P(llvm::errs(), &getASTContext().getCommentCommandTraits(),
2159 &getASTContext().getSourceManager(), /*ShowColors*/true);
2171 ASTContext &Ctx = cast<TranslationUnitDecl>(DC)->getASTContext();
H A DASTImporter.cpp925 ASTContext &Context = Anon->getASTContext();
2173 ToRecord->getASTContext(),
2532 FoundRecord->getASTContext().getExternalSource()->CompleteType(FoundRecord);
2534 D->getASTContext().getExternalSource()->CompleteType(D);
H A DCXXInheritance.cpp303 if (!Paths.lookupInBases(getASTContext(), this, BaseMatches, UserData))
710 ASTContext &Context = getASTContext();

Completed in 1046 milliseconds

123456