Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclAttr.cpp314 if (Attr.isArgIdent(ArgNum)) { in checkStringLiteralArgumentAttr()
852 if (Attr.isArgIdent(0)) { in handleConsumableAttr()
904 if (Attr.isArgIdent(ArgIndex)) { in handleCallableWhenAttr()
933 if (Attr.isArgIdent(0)) { in handleParamTypestateAttr()
971 if (Attr.isArgIdent(0)) { in handleReturnTypestateAttr()
1021 if (Attr.isArgIdent(0)) { in handleSetTypestateAttr()
1046 if (Attr.isArgIdent(0)) { in handleTestTypestateAttr()
1368 if (!AL.isArgIdent(0)) { in handleOwnershipAttr()
2260 if (!Attr.isArgIdent(0)) { in handleObjCMethodFamilyAttr()
2333 if (!Attr.isArgIdent(0)) { in handleBlocksAttr()
[all …]
DSemaType.cpp83 IdentifierInfo *II = attr.isArgIdent(0) ? attr.getArgAsIdent(0)->Ident in diagnoseBadTypeAttribute()
4518 assert((attrs->isArgIdent(0) || attrs->isArgExpr(0)) && in fillAttributedTypeLoc()
4520 if (attrs->isArgIdent(0)) in fillAttributedTypeLoc()
5099 if (!attr.isArgIdent(0)) { in handleObjCOwnershipTypeAttr()
5268 if (!attr.isArgIdent(0)) { in handleObjCGCTypeAttr()
6042 if (Attr.isArgIdent(0)) { in HandleExtVectorTypeAttr()
/external/clang/include/clang/Sema/
DAttributeList.h393 bool isArgIdent(unsigned Arg) const { in isArgIdent() function