HomeSort by relevance Sort by last modified time
    Searched refs:hasParameterOrArguments (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Sema/
TargetAttributesSema.cpp 238 if (Attr.hasParameterOrArguments()) {
255 if (Attr.hasParameterOrArguments()) {
SemaDeclAttr.cpp     [all...]
  /external/clang/include/clang/Sema/
AttributeList.h 329 /// hasParameterOrArguments - Return true if this attribute has a parameter,
331 bool hasParameterOrArguments() const { return ParmName || NumArgs; }

Completed in 786 milliseconds