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 124 bool hasQualifiers() const { return Stored.hasLocalQualifiers(); }
Type.h 354 /// hasQualifiers - Return true if the set contains any qualifiers.
355 bool hasQualifiers() const { return Mask; }
444 LLVM_EXPLICIT operator bool() const { return hasQualifiers(); }
642 bool hasQualifiers() const;
    [all...]

Completed in 43 milliseconds