Home
last modified time | relevance | path

Searched refs:getMinArgs (Results 1 – 6 of 6) 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/llvm-project/clang/lib/Sema/
DParsedAttr.cpp148 unsigned ParsedAttr::getMinArgs() const { return getInfo().NumArgs; } in getMinArgs() function in ParsedAttr
151 return getMinArgs() + getInfo().OptArgs; in getMaxArgs()
DSemaDeclAttr.cpp7145 if (AL.getMinArgs() == AL.getMaxArgs()) { in handleCommonAttributeFeatures()
7148 if (!checkAttributeNumArgs(S, AL, AL.getMinArgs())) in handleCommonAttributeFeatures()
7152 if (AL.getMinArgs() && in handleCommonAttributeFeatures()
7153 !checkAttributeAtLeastNumArgs(S, AL, AL.getMinArgs())) in handleCommonAttributeFeatures()
/external/clang/include/clang/Sema/
DAttributeList.h505 unsigned getMinArgs() const;
/external/llvm-project/clang/include/clang/Sema/
DParsedAttr.h581 unsigned getMinArgs() const;