Lines Matching full:qualifiers
74 /// qualifiers (as with QualType) and the upper bits provide a94 return (Idx << Qualifiers::FastWidth) | FastQuals;100 return TypeIdx(ID >> Qualifiers::FastWidth);341 /// @c T are its qualifiers (const, volatile, restrict), as in