Home | History | Annotate | Download | only in Serialization

Lines Matching refs:Qualifiers

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