Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp1636 if (!AL.isArgIdent(0)) { in handleMethodFamilyAttr()
1702 if (!AL.isArgIdent(0)) { in handleBlocksAttr()
1999 Attr.isArgIdent(0) ? Attr.getArgAsIdent(0) : nullptr; in handleNSErrorDomain()
2026 IdentifierLoc *Parm = AL.isArgIdent(0) ? AL.getArgAsIdent(0) : nullptr; in handleBridgeAttr()
2053 IdentifierLoc *Parm = AL.isArgIdent(0) ? AL.getArgAsIdent(0) : nullptr; in handleBridgeMutableAttr()
2066 AL.isArgIdent(0) ? AL.getArgAsIdent(0)->Ident : nullptr; in handleBridgeRelatedAttr()
H A DSemaHLSL.cpp441 if (!AL.isArgIdent(0)) { in handleResourceClassAttr()
466 if (!AL.isArgIdent(0)) { in handleResourceBindingAttr()
479 if (!AL.isArgIdent(1)) { in handleResourceBindingAttr()
H A DSemaDeclAttr.cpp135 if (AL.isArgIdent(ArgNum)) { in checkStringLiteralArgumentAttr()
958 if (AL.isArgIdent(0)) { in handleConsumableAttr()
1003 if (AL.isArgIdent(ArgIndex)) { in handleCallableWhenAttr()
1028 if (AL.isArgIdent(0)) { in handleParamTypestateAttr()
1062 if (AL.isArgIdent(0)) { in handleReturnTypestateAttr()
1109 if (AL.isArgIdent(0)) { in handleSetTypestateAttr()
1131 if (AL.isArgIdent(0)) { in handleTestTypestateAttr()
1457 if (!AL.isArgIdent(0)) { in handleOwnershipAttr()
1758 if (!AL.isArgIdent(ArgNo)) { in handleCPUSpecificAttr()
3314 if (!AL.isArgIdent(0)) { in handleEnumExtensibilityAttr()
[all …]
H A DSemaSwift.cpp634 if (!AL.isArgIdent(0)) { in handleNewType()
658 if (!AL.isArgIdent(0)) { in handleAsyncAttr()
H A DSemaStmtAttr.cpp598 if (A.isArgIdent(0)) { in handleHLSLLoopHintAttr()
H A DSemaARM.cpp1197 if (!AL.isArgIdent(0)) { in handleBuiltinAliasAttr()
H A DSemaType.cpp103 IdentifierInfo *II = attr.isArgIdent(0) ? attr.getArgAsIdent(0)->Ident in diagnoseBadTypeAttribute()
6601 if (!attr.isArgIdent(0)) { in handleObjCOwnershipTypeAttr()
6772 if (!attr.isArgIdent(0)) { in handleObjCGCTypeAttr()
8464 assert(!PA.isArgIdent(Idx)); in HandleAnnotateTypeAttr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h402 bool isArgIdent(unsigned Arg) const { in isArgIdent() function