Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DAttributeList.cpp180 unsigned AttributeList::getMinArgs() const { in getMinArgs() function in AttributeList
185 return getMinArgs() + getInfo(*this).OptArgs; in getMaxArgs()
DSemaDeclAttr.cpp5288 if (Attr.getMinArgs() == Attr.getMaxArgs()) { in handleCommonAttributeFeatures()
5291 if (!checkAttributeNumArgs(S, Attr, Attr.getMinArgs())) in handleCommonAttributeFeatures()
5295 if (Attr.getMinArgs() && in handleCommonAttributeFeatures()
5296 !checkAttributeAtLeastNumArgs(S, Attr, Attr.getMinArgs())) in handleCommonAttributeFeatures()
/external/clang/include/clang/Sema/
DAttributeList.h505 unsigned getMinArgs() const;