Lines Matching refs:Ident
1448 IdentifierInfo *Ident; in AddCFAuditedAttribute() local
1450 std::tie(Ident, Loc) = SemaRef.PP.getPragmaARCCFCodeAuditedInfo(); in AddCFAuditedAttribute()
1459 AttributeCommonInfo Info(Ident, SourceRange(Loc), in AddCFAuditedAttribute()
1644 if (!ObjCMethodFamilyAttr::ConvertStrToFamilyKind(IL->Ident->getName(), F)) { in handleMethodFamilyAttr()
1645 Diag(IL->Loc, diag::warn_attribute_type_not_supported) << AL << IL->Ident; in handleMethodFamilyAttr()
1708 IdentifierInfo *II = AL.getArgAsIdent(0)->Ident; in handleBlocksAttr()
2000 if (!IdentLoc || !IdentLoc->Ident) { in handleNSErrorDomain()
2011 LookupResult Result(SemaRef, DeclarationName(IdentLoc->Ident), in handleNSErrorDomain()
2017 << 1 << IdentLoc->Ident; in handleNSErrorDomain()
2022 NSErrorDomainAttr(getASTContext(), Attr, IdentLoc->Ident)); in handleNSErrorDomain()
2035 if (!Parm->Ident->isStr("id")) { in handleBridgeAttr()
2049 ObjCBridgeAttr(getASTContext(), AL, Parm->Ident)); in handleBridgeAttr()
2061 ObjCBridgeMutableAttr(getASTContext(), AL, Parm->Ident)); in handleBridgeMutableAttr()
2066 AL.isArgIdent(0) ? AL.getArgAsIdent(0)->Ident : nullptr; in handleBridgeRelatedAttr()
2072 AL.getArgAsIdent(1) ? AL.getArgAsIdent(1)->Ident : nullptr; in handleBridgeRelatedAttr()
2074 AL.getArgAsIdent(2) ? AL.getArgAsIdent(2)->Ident : nullptr; in handleBridgeRelatedAttr()