Searched defs:hasParameterOrArguments (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Sema/
H A DAttributeList.h253 /// hasParameterOrArguments - Return true if this attribute has a parameter,
255 bool hasParameterOrArguments() const { return ParmName || NumArgs; } function in class:clang::AttributeList

Completed in 54 milliseconds