Home | History | Annotate | Download | only in AST

Lines Matching defs:getASTContext

45   getASTContext().getExternalSource()->updateOutOfDateIdentifier(II);
69 return getASTContext().getExternalSource()->getModule(getOwningModuleID());
218 setDeclContextsImpl(getDeclContext(), DC, getASTContext());
262 ASTContext &Decl::getASTContext() const {
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(), Availability, 0)
593 getASTContext().eraseDeclAttrs(this);
598 return getASTContext().getDeclAttrs(this);
1117 D->getASTContext().addedLocalImportDecl(Import);