Home | History | Annotate | Download | only in BitReader_3_0

Lines Matching defs:TypeName

347 template<typename StrTy>
821 SmallString<64> TypeName;
957 if (ConvertToString(Record, 0, TypeName))
971 Res->setName(TypeName);
974 Res = StructType::create(Context, TypeName);
975 TypeName.clear();
1000 Res->setName(TypeName);
1003 Res = StructType::create(Context, TypeName);
1004 TypeName.clear();
1248 std::string TypeName;
1276 if (ConvertToString(Record, 1, TypeName))
1285 STy->setName(TypeName);
1286 TypeName.clear();