Home | History | Annotate | Download | only in BitReader_2_7

Lines Matching defs:TypeName

64 template<typename StrTy>
510 SmallString<64> TypeName;
629 if (ConvertToString(Record, 0, TypeName))
643 Res->setName(TypeName);
646 Res = StructType::create(Context, TypeName);
647 TypeName.clear();
672 Res->setName(TypeName);
675 Res = StructType::create(Context, TypeName);
676 TypeName.clear();
903 std::string TypeName;
931 if (ConvertToString(Record, 1, TypeName))
940 STy->setName(TypeName);
941 TypeName.clear();