Home | History | Annotate | Download | only in Sema

Lines Matching defs:Ctx

4531   const NamedDecl *Ctx;
4533 CheckAbstractUsage(AbstractUsageInfo &Info, const NamedDecl *Ctx)
4534 : Info(Info), Ctx(Ctx) {}
4606 Info.S.Diag(Ctx->getLocation(), diag::err_array_of_abstract_type)
4609 Info.S.Diag(Ctx->getLocation(), diag::err_abstract_type_in_decl)
7628 DeclContext *Ctx = S->getEntity();
7629 if (Ctx && !Ctx->isFunctionOrMethod())
7630 Ctx->addDecl(UDir);
7978 ASTContext &Ctx = ND->getASTContext();
7979 if (!Ctx.getLangOpts().CPlusPlus11)
7981 QualType FoundType = Ctx.getRecordType(FoundRecord);
7991 !Ctx.hasSameType(QualType(Specifier->getAsType(), 0), FoundType))
7998 Ctx.getRecordType(FoundRecord),