Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DParsedAttr.h499 bool isArgExpr(unsigned Arg) const { in isArgExpr() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclAttr.cpp805 assert(AI.isArgExpr(AttrArgNo) && "Expected expression argument"); in checkParamIsIntegerType()
1036 if (!AL.isArgExpr(0)) in handleDiagnoseAsBuiltinAttr()
1058 if (!AL.isArgExpr(I)) { in handleDiagnoseAsBuiltinAttr()
3957 } else if (AL.isArgExpr(I)) { in handleCallbackAttr()
7046 if (!AL.isArgExpr(0)) { in handleMSP430InterruptAttr()
7134 if (!AL.isArgExpr(0)) { in handleM68kInterruptAttr()
7831 if (AL.isArgExpr(0) && AL.getArgAsExpr(0) && in handleDeprecatedAttr()
7838 else if (AL.isArgExpr(1) && AL.getArgAsExpr(1) && in handleDeprecatedAttr()
H A DSemaType.cpp7543 if (Attr.isArgExpr(0)) in getCCTypeAttr()