HomeSort by: relevance | last modified time | path
    Searched defs:hasQualifiers (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
CanonicalType.h 135 bool hasQualifiers() const { return Stored.hasLocalQualifiers(); }
Type.h 422 bool hasQualifiers() const { return Mask; }
551 explicit operator bool() const { return hasQualifiers(); }
775 bool hasQualifiers() const;
5284 assert(!TST.hasQualifiers());
6502 inline bool QualType::hasQualifiers() const {
6631 return ((getTypePtr()->isVoidType() && !hasQualifiers()) ||

Completed in 32 milliseconds