Home
last modified time | relevance | path

Searched refs:getMaxArgs (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Sema/
DAttributeList.cpp184 unsigned AttributeList::getMaxArgs() const { in getMaxArgs() function in AttributeList
DSemaDeclAttr.cpp5288 if (Attr.getMinArgs() == Attr.getMaxArgs()) { in handleCommonAttributeFeatures()
5298 else if (!Attr.hasVariadicArg() && Attr.getMaxArgs() && in handleCommonAttributeFeatures()
5299 !checkAttributeAtMostNumArgs(S, Attr, Attr.getMaxArgs())) in handleCommonAttributeFeatures()
/external/clang/include/clang/Sema/
DAttributeList.h506 unsigned getMaxArgs() const;
/external/clang/lib/Parse/
DParseDeclCXX.cpp3715 if (Attr->getMaxArgs() && !NumArgs) { in ParseCXX11AttributeArgs()
3720 } else if (!Attr->getMaxArgs()) { in ParseCXX11AttributeArgs()
DParseDecl.cpp522 if (Attr && Attr->getMaxArgs() && !NumArgs) { in ParseMicrosoftDeclSpecArgs()