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

/external/clang/tools/libclang/
H A DCXComment.h52 static inline ASTContext &getASTContext(CXComment CXC) { function in namespace:clang::cxcomment
53 return cxtu::getASTUnit(CXC.TranslationUnit)->getASTContext();
57 return getASTContext(CXC).getCommentCommandTraits();
H A DCIndexHigh.cpp64 ASTContext &getASTContext() const { function in struct:__anon3040::FindFileIdRefVisitData
65 return cxtu::getASTUnit(TU)->getASTContext();
188 ASTContext &Ctx = data->getASTContext();
258 ASTContext &getASTContext() const { function in struct:__anon3041::FindFileMacroRefVisitData
259 return Unit.getASTContext();
283 ASTContext &Ctx = data->getASTContext();
350 ASTContext &getASTContext() const { function in struct:__anon3042::FindFileIncludesVisitor
351 return Unit.getASTContext();
361 ASTContext &Ctx = getASTContext();
H A DIndexingContext.h343 ASTContext &getASTContext() const { return *Ctx; } function in class:clang::cxindex::IndexingContext
/external/clang/include/clang/AST/
H A DMangle.h69 ASTContext &getASTContext() const { return Context; } function in class:clang::MangleContext
H A DDecl.h89 ASTContext &getASTContext() const { return Ctx; } function in class:clang::TranslationUnitDecl
1006 return isThisDeclarationADefinition(getASTContext());
1013 return hasDefinition(getASTContext());
1029 return getDefinition(getASTContext());
1989 setParams(getASTContext(), NewParamInfo);
2020 return getType()->getAs<FunctionType>()->getCallResultType(getASTContext());
2107 setInstantiationOfMemberFunction(getASTContext(), FD, TSK);
2211 setFunctionTemplateSpecialization(getASTContext(), Template, TemplateArgs,
2641 MaybeModedTInfo = new (getASTContext()) ModedTInfo(unmodedTSI, modedTy);
3217 setInstantiationOfMemberEnum(getASTContext(), E
[all...]
H A DNSAPI.h28 ASTContext &getASTContext() const { return Ctx; } function in class:clang::NSAPI
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h130 ASTContext &getASTContext() { function in class:clang::ento::CheckerContext
/external/clang/include/clang/Analysis/
H A DAnalysisContext.h100 ASTContext &getASTContext() const { return D->getASTContext(); } function in class:clang::AnalysisDeclContext
/external/clang/include/clang/Frontend/
H A DCompilerInstance.h452 ASTContext &getASTContext() const { function in class:clang::CompilerInstance
H A DASTUnit.h508 const ASTContext &getASTContext() const { return *Ctx; } function in class:clang::ASTUnit
509 ASTContext &getASTContext() { return *Ctx; } function in class:clang::ASTUnit
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h380 virtual ASTContext &getASTContext() = 0;
446 ASTContext &getContext() { return D.getASTContext(); }
546 ASTContext &getASTContext() { function in class:clang::ento::BugReporterContext
/external/clang/lib/ARCMigrate/
H A DTransformActions.cpp126 ASTContext &getASTContext() { return Ctx; } function in class:__anon953::TransformActionsImpl
/external/clang/lib/AST/
H A DDeclBase.cpp45 getASTContext().getExternalSource()->updateOutOfDateIdentifier(II);
95 return getASTContext().getExternalSource()->getModule(getOwningModuleID());
99 return getASTContext().getLangOpts().ModulesLocalVisibility;
250 setDeclContextsImpl(getDeclContext(), DC, getASTContext());
311 ASTContext &Decl::getASTContext() const { function in class:Decl
312 return getTranslationUnitDecl()->getASTContext();
316 return getASTContext().getASTMutationListener();
325 ASTContext &Ctx = getASTContext();
492 AvailabilityResult AR = CheckAvailability(getASTContext(), Availability,
533 getASTContext()
[all...]
H A DItaniumMangle.cpp74 return VD->getASTContext().getTranslationUnitDecl();
78 return FD->getASTContext().getTranslationUnitDecl();
190 unsigned discriminator = getASTContext().getManglingNumber(ND);
266 ASTContext &getASTContext() const { return Context.getASTContext(); } function in class:__anon1010::CXXNameMangler
434 if (!getASTContext().getLangOpts().CPlusPlus)
778 TemplateName Template = getASTContext().getDependentTemplateName(
1017 unsigned UnnamedMangle = getASTContext().getManglingNumber(TD);
1786 if (Context.getASTContext().addressSpaceMapManglingFor(AS)) {
1788 unsigned TargetAS = Context.getASTContext()
[all...]
H A DMicrosoftMangle.cpp175 disc = getASTContext().getManglingNumber(ND);
182 !getASTContext().getDeclaratorForUnnamedTagDecl(Tag) &&
183 !getASTContext().getTypedefNameForUnnamedTagDecl(Tag))
227 ASTContext &getASTContext() const { return Context.getASTContext(); } function in class:__anon1013::MicrosoftCXXNameMangler
238 PointersAre64Bit(C.getASTContext().getTargetInfo().getPointerWidth(0) ==
244 PointersAre64Bit(C.getASTContext().getTargetInfo().getPointerWidth(0) ==
250 PointersAre64Bit(C.getASTContext().getTargetInfo().getPointerWidth(0) ==
352 if (!getASTContext().getLangOpts().CPlusPlus)
470 Ty.getDesugaredType(getASTContext())
[all...]
/external/clang/include/clang/Sema/
H A DSema.h1048 ASTContext &getASTContext() const { return Context; } function in class:clang::Sema

Completed in 589 milliseconds