HomeSort by relevance Sort by last modified time
    Searched defs:hasQualifiers (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/AST/
CanonicalType.h 122 bool hasQualifiers() const { return Stored.hasLocalQualifiers(); }
Type.h 312 /// hasQualifiers - Return true if the set contains any qualifiers.
313 bool hasQualifiers() const { return Mask; }
387 operator bool() const { return hasQualifiers(); }
575 bool hasQualifiers() const;
    [all...]

Completed in 90 milliseconds