Home | History | Annotate | Download | only in AST

Lines Matching defs:getASTContext

204     setDeclContextsImpl(getDeclContext(), DC, getASTContext());
248 ASTContext &Decl::getASTContext() const {
249 return getTranslationUnitDecl()->getASTContext();
253 return getASTContext().getASTMutationListener();
392 AvailabilityResult AR = CheckAvailability(getASTContext(), Availability,
426 else if (!(getASTContext().getLangOpts().ObjCNonFragileABI &&
443 if (CheckAvailability(getASTContext(), Availability, 0)
556 getASTContext().eraseDeclAttrs(this);
561 return getASTContext().getDeclAttrs(this);
575 ASTContext &Context = getASTContext();
1067 D->getASTContext().addedLocalImportDecl(Import);