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

/freebsd-10.1-release/contrib/llvm/tools/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

Completed in 51 milliseconds