Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp1632 if (!AL.isArgIdent(0)) { in handleMethodFamilyAttr()
1700 if (!AL.isArgIdent(0)) { in handleBlocksAttr()
1997 Attr.isArgIdent(0) ? Attr.getArgAsIdent(0) : nullptr; in handleNSErrorDomain()
2024 IdentifierLoc *Parm = AL.isArgIdent(0) ? AL.getArgAsIdent(0) : nullptr; in handleBridgeAttr()
2051 IdentifierLoc *Parm = AL.isArgIdent(0) ? AL.getArgAsIdent(0) : nullptr; in handleBridgeMutableAttr()
2064 AL.isArgIdent(0) ? AL.getArgAsIdent(0)->getIdentifierInfo() : nullptr; in handleBridgeRelatedAttr()
H A DSemaSwift.cpp648 if (!AL.isArgIdent(0)) { in handleNewType()
672 if (!AL.isArgIdent(0)) { in handleAsyncAttr()
H A DSemaDeclAttr.cpp136 if (AL.isArgIdent(ArgNum)) { in checkStringLiteralArgumentAttr()
975 if (AL.isArgIdent(0)) { in handleConsumableAttr()
1020 if (AL.isArgIdent(ArgIndex)) { in handleCallableWhenAttr()
1045 if (AL.isArgIdent(0)) { in handleParamTypestateAttr()
1079 if (AL.isArgIdent(0)) { in handleReturnTypestateAttr()
1126 if (AL.isArgIdent(0)) { in handleSetTypestateAttr()
1148 if (AL.isArgIdent(0)) { in handleTestTypestateAttr()
1479 if (!AL.isArgIdent(0)) { in handleOwnershipAttr()
1874 if (!AL.isArgIdent(ArgNo)) { in handleCPUSpecificAttr()
3737 if (!AL.isArgIdent(0)) { in handleEnumExtensibilityAttr()
[all …]
H A DSemaStmtAttr.cpp641 if (!AL.isArgIdent(ArgIndex)) { in handleAtomicAttr()
H A DSemaHLSL.cpp1718 if (!AL.isArgIdent(0)) { in handleResourceTypeAttr()
1980 if (!AL.isArgIdent(0)) { in handleResourceBindingAttr()
1990 if (!AL.isArgIdent(1)) { in handleResourceBindingAttr()
H A DSemaARM.cpp1189 if (!AL.isArgIdent(0)) { in handleBuiltinAliasAttr()
H A DSemaType.cpp103 attr.isArgIdent(0) ? attr.getArgAsIdent(0)->getIdentifierInfo() : nullptr; in diagnoseBadTypeAttribute()
6628 if (!attr.isArgIdent(0)) { in handleObjCOwnershipTypeAttr()
6799 if (!attr.isArgIdent(0)) { in handleObjCGCTypeAttr()
8696 assert(!PA.isArgIdent(Idx)); in HandleAnnotateTypeAttr()
H A DSema.cpp2954 assert(!AL.isArgIdent(Idx)); in CreateAnnotationAttr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h385 bool isArgIdent(unsigned Arg) const { in isArgIdent() function