Lines Matching refs:getASTContext
64 getASTContext().getExternalSource()->updateOutOfDateIdentifier(II); in updateOutOfDate()
116 return getASTContext().getExternalSource()->getModule(getOwningModuleID()); in getOwningModuleSlow()
120 return getASTContext().getLangOpts().trackLocalOwningModule(); in hasLocalOwningModuleStorage()
336 setDeclContextsImpl(getDeclContext(), DC, getASTContext()); in setLexicalDeclContext()
414 ASTContext &Decl::getASTContext() const { in getASTContext() function in Decl
415 return getTranslationUnitDecl()->getASTContext(); in getASTContext()
421 return getASTContext().getLangOpts(); in getLangOpts()
425 return getASTContext().getASTMutationListener(); in getASTMutationListener()
434 ASTContext &Ctx = getASTContext(); in getMaxAlignment()
651 AvailabilityResult AR = CheckAvailability(getASTContext(), Availability, in getAvailability()
675 const ASTContext &Context = getASTContext(); in getVersionIntroduced()
710 getASTContext().getLangOpts().ObjCRuntime.hasWeakClassImport()) { in canBeWeakImported()
727 if (CheckAvailability(getASTContext(), Availability, nullptr, in isWeakImported()
882 getASTContext().eraseDeclAttrs(this); in dropAttrs()
910 return getASTContext().getDeclAttrs(this); in getAttrs()
1002 return getASTContext().getAllocator().identifyKnownAlignedObject<Decl>(this); in getID()
1546 D->getASTContext().addedLocalImportDecl(Import); in addHiddenDecl()