Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaDeclAttr.cpp374 if (AL.isArgIdent(ArgNum)) { in checkStringLiteralArgumentAttr()
1160 if (AL.isArgIdent(0)) { in handleConsumableAttr()
1205 if (AL.isArgIdent(ArgIndex)) { in handleCallableWhenAttr()
1230 if (AL.isArgIdent(0)) { in handleParamTypestateAttr()
1264 if (AL.isArgIdent(0)) { in handleReturnTypestateAttr()
1311 if (AL.isArgIdent(0)) { in handleSetTypestateAttr()
1333 if (AL.isArgIdent(0)) { in handleTestTypestateAttr()
1698 if (!AL.isArgIdent(0)) { in handleOwnershipAttr()
1948 if (!AL.isArgIdent(ArgNo)) { in handleCPUSpecificAttr()
2651 if (!AL.isArgIdent(0)) { in handleObjCMethodFamilyAttr()
[all …]
DSemaType.cpp91 IdentifierInfo *II = attr.isArgIdent(0) ? attr.getArgAsIdent(0)->Ident in diagnoseBadTypeAttribute()
6438 if (Attr.isArgIdent(0)) { in HandleAddressSpaceTypeAttribute()
6543 if (!attr.isArgIdent(0)) { in handleObjCOwnershipTypeAttr()
6714 if (!attr.isArgIdent(0)) { in handleObjCGCTypeAttr()
7663 if (Attr.isArgIdent(0)) { in HandleVectorSizeAttr()
7701 if (Attr.isArgIdent(0)) { in HandleExtVectorTypeAttr()
7995 if (Attr.isArgIdent(0)) { in HandleMatrixTypeAttr()
8014 if (Attr.isArgIdent(1)) { in HandleMatrixTypeAttr()
/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
/external/llvm-project/clang/include/clang/Sema/
DParsedAttr.h470 bool isArgIdent(unsigned Arg) const { in isArgIdent() function