Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DParsedAttr.h456 bool isArgExpr(unsigned Arg) const { in isArgExpr() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclAttr.cpp872 assert(AI.isArgExpr(AttrArgNo) && "Expected expression argument"); in checkParamIsIntegerType()
5415 if (!AL.isArgExpr(0)) { in handleMSP430InterruptAttr()
6041 if (AL.isArgExpr(0) && AL.getArgAsExpr(0) && in handleDeprecatedAttr()
6048 else if (AL.isArgExpr(1) && AL.getArgAsExpr(1) && in handleDeprecatedAttr()
H A DSemaType.cpp6711 if (Attr.isArgExpr(0)) in getCCTypeAttr()