Home | History | Annotate | Download | only in AST

Lines Matching refs:hasQualifiers

353   /// hasQualifiers - Return true if the set contains any qualifiers.
354 bool hasQualifiers() const { return Mask; }
443 LLVM_EXPLICIT operator bool() const { return hasQualifiers(); }
641 bool hasQualifiers() const;
3890 assert(!TST.hasQualifiers());
4735 inline bool QualType::hasQualifiers() const {
4834 return ((getTypePtr()->isVoidType() && !hasQualifiers()) ||