Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DAttributeList.h418 bool isArgExpr(unsigned Arg) const { in isArgExpr() function
/external/llvm-project/clang/include/clang/Sema/
DParsedAttr.h462 bool isArgExpr(unsigned Arg) const { in isArgExpr() function
/external/llvm-project/clang/lib/Sema/
DSemaDeclAttr.cpp849 assert(AI.isArgExpr(AttrArgNo) && "Expected expression argument"); in checkParamIsIntegerType()
3518 } else if (AL.isArgExpr(I)) { in handleCallbackAttr()
6310 if (!AL.isArgExpr(0)) { in handleMSP430InterruptAttr()
7029 if (AL.isArgExpr(0) && AL.getArgAsExpr(0) && in handleDeprecatedAttr()
7036 else if (AL.isArgExpr(1) && AL.getArgAsExpr(1) && in handleDeprecatedAttr()
DSemaType.cpp7316 if (Attr.isArgExpr(0)) in getCCTypeAttr()
8008 assert(Attr.isArgExpr(0) && in HandleMatrixTypeAttr()
8027 assert(Attr.isArgExpr(1) && in HandleMatrixTypeAttr()
/external/clang/lib/Sema/
DSemaType.cpp4804 assert(attrs->isArgExpr(0) && "mismatched attribute operand kind"); in fillAttributedTypeLoc()
4807 assert((attrs->isArgIdent(0) || attrs->isArgExpr(0)) && in fillAttributedTypeLoc()
6084 if (Attr.isArgExpr(0)) in getCCTypeAttrKind()
DSemaDeclAttr.cpp4752 if (!Attr.isArgExpr(0)) { in handleMSP430InterruptAttr()
5192 if (Attr.isArgExpr(0) && Attr.getArgAsExpr(0) && in handleDeprecatedAttr()
5199 else if (Attr.isArgExpr(1) && Attr.getArgAsExpr(1) && in handleDeprecatedAttr()