Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DAttributeList.cpp179 unsigned AttributeList::getMinArgs() const { in getMinArgs() function in AttributeList
184 return getMinArgs() + getInfo(*this).OptArgs; in getMaxArgs()
DSemaDeclAttr.cpp4905 if (Attr.getMinArgs() == Attr.getMaxArgs()) { in handleCommonAttributeFeatures()
4908 if (!checkAttributeNumArgs(S, Attr, Attr.getMinArgs())) in handleCommonAttributeFeatures()
4912 if (Attr.getMinArgs() && in handleCommonAttributeFeatures()
4913 !checkAttributeAtLeastNumArgs(S, Attr, Attr.getMinArgs())) in handleCommonAttributeFeatures()
/external/clang/include/clang/Sema/
DAttributeList.h462 unsigned getMinArgs() const;