Home | History | Annotate | Download | only in Sema

Lines Matching defs:Ctx

1763   DeclContext *Ctx =
1768 if (Ctx)
1769 SemaRef.Diag(TypoLoc, diag::err_no_member) << Typo << Ctx
1783 if (!Ctx)
1788 << Typo << Ctx << DroppedSpecifier
7877 ASTContext &Ctx = Self.getASTContext();
7883 llvm::isUIntN(Ctx.getCharWidth(), CharExpr->getValue())) {
7885 << DiagRange << Ctx.CharTy;
9983 DeclContext *Ctx = dcl->getDeclContext();
9984 if (Ctx && Ctx->isRecord()) {
9992 while (cast<RecordDecl>(Ctx)->isAnonymousStructOrUnion())
9993 Ctx = Ctx->getParent();
9997 Context.getTypeDeclType(cast<RecordDecl>(Ctx)).getTypePtr());