Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DAttributeList.h418 bool isArgExpr(unsigned Arg) const { in isArgExpr() function
/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()