Searched defs:TypeIdx (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Serialization/
H A DASTBitCodes.h85 class TypeIdx { class in namespace:clang::serialization
88 TypeIdx() : Idx(0) { } function in class:clang::serialization::TypeIdx
89 explicit TypeIdx(uint32_t index) : Idx(index) { } function in class:clang::serialization::TypeIdx
98 static TypeIdx fromTypeID(TypeID ID) {
100 return TypeIdx(-1);
102 return TypeIdx(ID >> Qualifiers::FastWidth);

Completed in 115 milliseconds