Lines Matching defs:CVT
128 codeview::CVType CVT) const {
130 if (auto EC = TypeDeserializer::deserializeAs<ModifierRecord>(CVT, Record)) {
179 codeview::CVType CVT = Types.getType(Index);
181 if (isUdtForwardRef(CVT)) {
200 switch (CVT.kind()) {
202 Id = createSymbolForType<NativeTypeEnum, EnumRecord>(Index, std::move(CVT));
206 std::move(CVT));
211 Id = createSymbolForType<NativeTypeUDT, ClassRecord>(Index, std::move(CVT));
214 Id = createSymbolForType<NativeTypeUDT, UnionRecord>(Index, std::move(CVT));
218 std::move(CVT));
221 Id = createSymbolForModifiedType(Index, std::move(CVT));
225 Index, std::move(CVT));
229 Index, std::move(CVT));
233 Index, std::move(CVT));