Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DParsedAttr.h474 bool isArgExpr(unsigned Arg) const { in isArgExpr() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclAttr.cpp794 assert(AI.isArgExpr(AttrArgNo) && "Expected expression argument"); in checkParamIsIntegerType()
3559 } else if (AL.isArgExpr(I)) { in handleCallbackAttr()
6500 if (!AL.isArgExpr(0)) { in handleMSP430InterruptAttr()
6588 if (!AL.isArgExpr(0)) { in handleM68kInterruptAttr()
7256 if (AL.isArgExpr(0) && AL.getArgAsExpr(0) && in handleDeprecatedAttr()
7263 else if (AL.isArgExpr(1) && AL.getArgAsExpr(1) && in handleDeprecatedAttr()
H A DSemaType.cpp7355 if (Attr.isArgExpr(0)) in getCCTypeAttr()