Searched refs:hasNonFastQualifiers (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
H A DASTContext.h1510 if (!Qs.hasNonFastQualifiers())
1519 if (!Qs.hasNonFastQualifiers())
H A DType.h344 /// hasNonFastQualifiers - Return true if the set contains any
346 bool hasNonFastQualifiers() const { return Mask & ~FastMask; } function in class:clang::Qualifiers
1084 assert(Quals.hasNonFastQualifiers()
/external/clang/lib/AST/
H A DType.cpp2069 if (!hasNonFastQualifiers())
2077 if (!hasNonFastQualifiers())

Completed in 372 milliseconds