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

/external/clang/tools/libclang/
H A DCXComment.h51 inline ASTContext &getASTContext(CXComment CXC) { function in namespace:clang::cxcomment
52 return cxtu::getASTUnit(CXC.TranslationUnit)->getASTContext();
56 return getASTContext(CXC).getCommentCommandTraits();
H A DCIndexHigh.cpp64 ASTContext &getASTContext() const { function in struct:__anon16654::FindFileIdRefVisitData
65 return cxtu::getASTUnit(TU)->getASTContext();
188 ASTContext &Ctx = data->getASTContext();
258 ASTContext &getASTContext() const { function in struct:__anon16655::FindFileMacroRefVisitData
259 return Unit.getASTContext();
283 ASTContext &Ctx = data->getASTContext();
350 ASTContext &getASTContext() const { function in struct:__anon16656::FindFileIncludesVisitor
351 return Unit.getASTContext();
361 ASTContext &Ctx = getASTContext();
H A DIndexingContext.h347 ASTContext &getASTContext() const { return *Ctx; } function in class:clang::cxindex::IndexingContext
/external/clang/include/clang/AST/
H A DMangle.h82 ASTContext &getASTContext() const { return Context; } function in class:clang::MangleContext
H A DDecl.h86 ASTContext &getASTContext() const { return Ctx; } function in class:clang::TranslationUnitDecl
915 return isThisDeclarationADefinition(getASTContext());
922 return hasDefinition(getASTContext());
938 return getDefinition(getASTContext());
1812 setParams(getASTContext(), NewParamInfo);
1832 return getType()->getAs<FunctionType>()->getCallResultType(getASTContext());
1910 setInstantiationOfMemberFunction(getASTContext(), FD, TSK);
2014 setFunctionTemplateSpecialization(getASTContext(), Template, TemplateArgs,
2370 MaybeModedTInfo = new (getASTContext()) ModedTInfo(unmodedTSI, modedTy);
2916 setInstantiationOfMemberEnum(getASTContext(), E
[all...]
H A DNSAPI.h27 ASTContext &getASTContext() const { return Ctx; } function in class:clang::NSAPI
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h79 virtual ASTContext &getASTContext() { function in class:clang::ento::AnalysisManager
84 return getASTContext().getSourceManager();
H A DCheckerContext.h130 ASTContext &getASTContext() { function in class:clang::ento::CheckerContext
/external/clang/include/clang/Frontend/
H A DCompilerInstance.h378 ASTContext &getASTContext() const { function in class:clang::CompilerInstance
H A DASTUnit.h454 const ASTContext &getASTContext() const { return *Ctx; } function in class:clang::ASTUnit
455 ASTContext &getASTContext() { return *Ctx; } function in class:clang::ASTUnit
/external/clang/include/clang/Analysis/
H A DAnalysisContext.h104 ASTContext &getASTContext() const { return D->getASTContext(); } function in class:clang::AnalysisDeclContext
/external/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp469 // Implements ASTMatchFinder::getASTContext.
470 virtual ASTContext &getASTContext() const { return *ActiveASTContext; } function in class:clang::ast_matchers::internal::__anon15149::MatchASTVisitor
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h377 virtual ASTContext &getASTContext() = 0;
443 ASTContext &getContext() { return D.getASTContext(); }
551 ASTContext &getASTContext() { function in class:clang::ento::BugReporterContext
/external/clang/lib/ARCMigrate/
H A DTransformActions.cpp126 ASTContext &getASTContext() { return Ctx; } function in class:__anon15088::TransformActionsImpl
682 getASTContext().getSourceManager();
702 getASTContext().getSourceManager();
721 getASTContext().getSourceManager();
/external/clang/lib/AST/
H A DDeclBase.cpp45 getASTContext().getExternalSource()->updateOutOfDateIdentifier(II);
69 return getASTContext().getExternalSource()->getModule(getOwningModuleID());
218 setDeclContextsImpl(getDeclContext(), DC, getASTContext());
262 ASTContext &Decl::getASTContext() const { function in class:Decl
263 return getTranslationUnitDecl()->getASTContext();
267 return getASTContext().getASTMutationListener();
276 ASTContext &Ctx = getASTContext();
413 AvailabilityResult AR = CheckAvailability(getASTContext(), Availability,
454 getASTContext().getLangOpts().ObjCRuntime.hasWeakClassImport()) {
473 if (CheckAvailability(getASTContext(), Availabilit
[all...]
H A DMicrosoftMangle.cpp58 ASTContext &getASTContext() const { return Context.getASTContext(); } function in class:__anon15124::MicrosoftCXXNameMangler
71 PointersAre64Bit(C.getASTContext().getTargetInfo().getPointerWidth(0) ==
79 PointersAre64Bit(C.getASTContext().getTargetInfo().getPointerWidth(0) ==
190 if (!getASTContext().getLangOpts().CPlusPlus && !D->hasAttrs())
207 if (!getASTContext().getLangOpts().CPlusPlus)
323 } else if (const ArrayType *AT = getASTContext().getAsArrayType(Ty)) {
853 if (E->isIntegerConstantExpr(Value, Context.getASTContext())) {
1036 void *TypePtr = getASTContext().getCanonicalType(T).getAsOpaquePtr();
1044 if (const ArrayType *AT = getASTContext()
[all...]
H A DItaniumMangle.cpp173 unsigned discriminator = getASTContext().getManglingNumber(ND);
249 ASTContext &getASTContext() const { return Context.getASTContext(); } function in class:__anon15121::CXXNameMangler
390 if (!getASTContext().getLangOpts().CPlusPlus && !D->hasAttrs())
420 if (!getASTContext().getLangOpts().CPlusPlus)
456 getASTContext().getTargetInfo().getUserLabelPrefix();
775 = getASTContext().getDependentTemplateName(DTST->getQualifier(),
1009 QualType type = getASTContext().getTypeDeclType(typeDecl);
1012 newQualifier = NestedNameSpecifier::Create(getASTContext(),
1018 newQualifier = NestedNameSpecifier::Create(getASTContext(),
[all...]
/external/clang/include/clang/Sema/
H A DSema.h877 ASTContext &getASTContext() const { return Context; } function in class:clang::Sema

Completed in 1125 milliseconds