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 273 if (Attr.hasParameterOrArguments()) {
289 if (Attr.hasParameterOrArguments()) {
SemaDeclAttr.cpp     [all...]
  /external/clang/include/clang/Sema/
AttributeList.h 286 /// hasParameterOrArguments - Return true if this attribute has a parameter,
288 bool hasParameterOrArguments() const { return ParmName || NumArgs; }

Completed in 400 milliseconds