Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaM68k.cpp27 if (!AL.isArgExpr(0)) { in handleInterruptAttr()
H A DSemaMSP430.cpp50 if (!AL.isArgExpr(0)) { in handleInterruptAttr()
H A DSemaDeclAttr.cpp545 assert(AI.isArgExpr(AttrArgNo) && "Expected expression argument"); in checkParamIsIntegerType()
791 if (!AL.isArgExpr(0)) in handleDiagnoseAsBuiltinAttr()
813 if (!AL.isArgExpr(I)) { in handleDiagnoseAsBuiltinAttr()
3650 } else if (AL.isArgExpr(I)) { in handleCallbackAttr()
5743 if (AL.isArgExpr(0) && AL.getArgAsExpr(0) && in handleDeprecatedAttr()
5750 else if (AL.isArgExpr(1) && AL.getArgAsExpr(1) && in handleDeprecatedAttr()
6200 if (!AL.isArgExpr(3) || !S.checkUInt32Argument(AL, AL.getArgAsExpr(3), in handleVTablePointerAuthentication()
H A DSemaObjC.cpp2003 if (Attr.isArgExpr(0) && Attr.getArgAsExpr(0)) in handleNSErrorDomain()
H A DSemaType.cpp7458 if (Attr.isArgExpr(0)) in getCCTypeAttr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h394 bool isArgExpr(unsigned Arg) const { in isArgExpr() function