Lines Matching defs:getASTContext
64 getASTContext().getExternalSource()->updateOutOfDateIdentifier(II);
138 return getASTContext().getExternalSource()->getModule(getOwningModuleID());
142 return getASTContext().getLangOpts().trackLocalOwningModule();
367 setDeclContextsImpl(getDeclContext(), DC, getASTContext());
523 ASTContext &Decl::getASTContext() const {
524 return getTranslationUnitDecl()->getASTContext();
530 return getASTContext().getLangOpts();
534 return getASTContext().getASTMutationListener();
543 ASTContext &Ctx = getASTContext();
777 AvailabilityResult AR = CheckAvailability(getASTContext(), Availability,
801 const ASTContext &Context = getASTContext();
836 getASTContext().getLangOpts().ObjCRuntime.hasWeakClassImport()) {
853 if (CheckAvailability(getASTContext(), Availability, nullptr,
1011 getASTContext().eraseDeclAttrs(this);
1039 return getASTContext().getDeclAttrs(this);
1140 return M != getASTContext().getCurrentNamedModule();
1149 return M == getASTContext().getCurrentNamedModule();
1153 ExternalASTSource *Source = getASTContext().getExternalSource();
1176 return getASTContext().getAllocator().identifyKnownAlignedObject<Decl>(this);
1758 D->getASTContext().addedLocalImportDecl(Import);