Lines Matching defs:ct
543 CompilerType ct) {
556 LLDB_INVALID_UID, Type::eEncodingIsUID, decl, ct,
563 CompilerType ct) {
575 LLDB_INVALID_UID, Type::eEncodingIsUID, decl, ct,
580 CompilerType ct) {
585 LLDB_INVALID_UID, Type::eEncodingIsUID, decl, ct,
606 Type::eEncodingIsUID, decl, ct, Type::ResolveState::Full);
617 Type::eEncodingIsUID, decl, ct, Type::ResolveState::Full);
642 size_t size, CompilerType ct) {
649 LLDB_INVALID_UID, Type::eEncodingIsUID, decl, ct,
655 CompilerType ct) {
656 return CreateClassStructUnion(type_id, cr, cr.getSize(), ct);
661 CompilerType ct) {
662 return CreateClassStructUnion(type_id, ur, ur.getSize(), ct);
667 CompilerType ct) {
676 ct, lldb_private::Type::ResolveState::Forward);
681 CompilerType ct) {
687 LLDB_INVALID_UID, lldb_private::Type::eEncodingIsUID, decl, ct,
695 CompilerType ct) {
699 ct, lldb_private::Type::ResolveState::Full);
704 CompilerType ct) {
708 ct, lldb_private::Type::ResolveState::Full);
711 TypeSP SymbolFileNativePDB::CreateType(PdbTypeSymId type_id, CompilerType ct) {
713 return CreateSimpleType(type_id.index, ct);
722 return CreateModifierType(type_id, modifier, ct);
729 return CreatePointerType(type_id, pointer, ct);
735 return CreateTagType(type_id, cr, ct);
741 return CreateTagType(type_id, er, ct);
747 return CreateTagType(type_id, ur, ct);
753 return CreateArrayType(type_id, ar, ct);
759 return CreateProcedureType(type_id, pr, ct);
764 return CreateFunctionType(type_id, mfr, ct);