Home
last modified time | relevance | path

Searched refs:isArgIdent (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Sema/
DSemaDeclAttr.cpp318 if (Attr.isArgIdent(ArgNum)) { in checkStringLiteralArgumentAttr()
877 if (Attr.isArgIdent(0)) { in handleConsumableAttr()
927 if (Attr.isArgIdent(ArgIndex)) { in handleCallableWhenAttr()
955 if (Attr.isArgIdent(0)) { in handleParamTypestateAttr()
992 if (Attr.isArgIdent(0)) { in handleReturnTypestateAttr()
1041 if (Attr.isArgIdent(0)) { in handleSetTypestateAttr()
1066 if (Attr.isArgIdent(0)) { in handleTestTypestateAttr()
1388 if (!AL.isArgIdent(0)) { in handleOwnershipAttr()
2328 if (!Attr.isArgIdent(0)) { in handleObjCMethodFamilyAttr()
2401 if (!Attr.isArgIdent(0)) { in handleBlocksAttr()
[all …]
DSemaType.cpp83 IdentifierInfo *II = attr.isArgIdent(0) ? attr.getArgAsIdent(0)->Ident in diagnoseBadTypeAttribute()
4807 assert((attrs->isArgIdent(0) || attrs->isArgExpr(0)) && in fillAttributedTypeLoc()
4809 if (attrs->isArgIdent(0)) in fillAttributedTypeLoc()
5400 if (!attr.isArgIdent(0)) { in handleObjCOwnershipTypeAttr()
5571 if (!attr.isArgIdent(0)) { in handleObjCGCTypeAttr()
6375 if (Attr.isArgIdent(0)) { in HandleExtVectorTypeAttr()
/external/clang/include/clang/Sema/
DAttributeList.h425 bool isArgIdent(unsigned Arg) const { in isArgIdent() function