Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDAttributeList.cpp170 unsigned AttributeList::getMinArgs() const { in getMinArgs() function in AttributeList
175 return getMinArgs() + getInfo(*this).OptArgs; in getMaxArgs()
HDSemaDeclAttr.cpp4542 if (Attr.getMinArgs() == Attr.getMaxArgs()) { in handleCommonAttributeFeatures()
4545 if (!checkAttributeNumArgs(S, Attr, Attr.getMinArgs())) in handleCommonAttributeFeatures()
4549 if (Attr.getMinArgs() && in handleCommonAttributeFeatures()
4550 !checkAttributeAtLeastNumArgs(S, Attr, Attr.getMinArgs())) in handleCommonAttributeFeatures()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDAttributeList.h464 unsigned getMinArgs() const;