Searched refs:encoding_data_type (Results 1 – 1 of 1) sorted by relevance
5734 Type::EncodingDataType encoding_data_type = Type::eEncodingIsUID; in ParseType() local5820 …case DW_TAG_pointer_type: encoding_data_type = Type::eEncodingIsPointerUID; br… in ParseType()5821 …case DW_TAG_reference_type: encoding_data_type = Type::eEncodingIsLValueReferenceUID; br… in ParseType()5822 …case DW_TAG_rvalue_reference_type: encoding_data_type = Type::eEncodingIsRValueReferenceUID; br… in ParseType()5823 …case DW_TAG_typedef: encoding_data_type = Type::eEncodingIsTypedefUID; br… in ParseType()5824 …case DW_TAG_const_type: encoding_data_type = Type::eEncodingIsConstUID; br… in ParseType()5825 …case DW_TAG_restrict_type: encoding_data_type = Type::eEncodingIsRestrictUID; br… in ParseType()5826 …case DW_TAG_volatile_type: encoding_data_type = Type::eEncodingIsVolatileUID; br… in ParseType()5829 …if (!clang_type && (encoding_data_type == Type::eEncodingIsPointerUID || encoding_data_type == Typ… in ParseType()5849 encoding_data_type = Type::eEncodingIsUID; in ParseType()[all …]