Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h380 bool isArgExpr(unsigned Arg) const { in isArgExpr() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp820 assert(AI.isArgExpr(AttrArgNo) && "Expected expression argument"); in checkParamIsIntegerType()
1051 if (!AL.isArgExpr(0)) in handleDiagnoseAsBuiltinAttr()
1073 if (!AL.isArgExpr(I)) { in handleDiagnoseAsBuiltinAttr()
4127 } else if (AL.isArgExpr(I)) { in handleCallbackAttr()
6250 if (Attr.isArgExpr(0) && Attr.getArgAsExpr(0)) in handleNSErrorDomain()
7505 if (!AL.isArgExpr(0)) { in handleMSP430InterruptAttr()
7593 if (!AL.isArgExpr(0)) { in handleM68kInterruptAttr()
8304 if (AL.isArgExpr(0) && AL.getArgAsExpr(0) && in handleDeprecatedAttr()
8311 else if (AL.isArgExpr(1) && AL.getArgAsExpr(1) && in handleDeprecatedAttr()
H A DSemaType.cpp7875 if (Attr.isArgExpr(0)) in getCCTypeAttr()