Lines Matching defs:ti
170 PdbAstBuilder::CreateDeclInfoForType(const TagRecord &record, TypeIndex ti) {
197 std::optional<TypeIndex> parent_index = pdb->GetParentType(ti);
496 clang::QualType PdbAstBuilder::CreateSimpleType(TypeIndex ti) {
497 if (ti == TypeIndex::NullptrT())
500 if (ti.getSimpleMode() != SimpleTypeMode::Direct) {
501 clang::QualType direct_type = GetOrCreateType(ti.makeDirect());
507 if (ti.getSimpleKind() == SimpleTypeKind::NotTranslated)
510 lldb::BasicType bt = GetCompilerTypeForSimpleKind(ti.getSimpleKind());
1246 TypeIndex ti{index.tpi().TypeIndexBegin()};
1248 PdbTypeSymId tid{ti};
1249 ++ti;
1282 TypeIndex ti{index.tpi().TypeIndexBegin()};
1284 PdbTypeSymId tid{ti};
1285 ++ti;