Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclAttr.cpp344 if (AL.isArgIdent(ArgNum)) { in checkStringLiteralArgumentAttr()
1106 if (AL.isArgIdent(0)) { in handleConsumableAttr()
1151 if (AL.isArgIdent(ArgIndex)) { in handleCallableWhenAttr()
1176 if (AL.isArgIdent(0)) { in handleParamTypestateAttr()
1210 if (AL.isArgIdent(0)) { in handleReturnTypestateAttr()
1257 if (AL.isArgIdent(0)) { in handleSetTypestateAttr()
1279 if (AL.isArgIdent(0)) { in handleTestTypestateAttr()
1717 if (!AL.isArgIdent(0)) { in handleOwnershipAttr()
1973 if (!AL.isArgIdent(ArgNo)) { in handleCPUSpecificAttr()
2674 if (!AL.isArgIdent(0)) { in handleObjCMethodFamilyAttr()
[all …]
H A DSemaType.cpp91 IdentifierInfo *II = attr.isArgIdent(0) ? attr.getArgAsIdent(0)->Ident in diagnoseBadTypeAttribute()
6582 if (!attr.isArgIdent(0)) { in handleObjCOwnershipTypeAttr()
6753 if (!attr.isArgIdent(0)) { in handleObjCGCTypeAttr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DParsedAttr.h482 bool isArgIdent(unsigned Arg) const { in isArgIdent() function