Searched refs:try_resolving_type (Results 1 – 1 of 1) sorted by relevance
2625 bool try_resolving_type = false; in FindCompleteObjCDefinitionTypeForDIE() local2633 try_resolving_type = true; in FindCompleteObjCDefinitionTypeForDIE()2639 if (!try_resolving_type) in FindCompleteObjCDefinitionTypeForDIE()2644 try_resolving_type = type_die.GetAttributeValueAsUnsigned( in FindCompleteObjCDefinitionTypeForDIE()2646 if (!try_resolving_type) in FindCompleteObjCDefinitionTypeForDIE()2802 bool try_resolving_type = false; in FindDefinitionTypeForDWARFDeclContext() local2810 try_resolving_type = true; in FindDefinitionTypeForDWARFDeclContext()2819 try_resolving_type = (tag == DW_TAG_structure_type); in FindDefinitionTypeForDWARFDeclContext()2824 try_resolving_type = (tag == DW_TAG_class_type); in FindDefinitionTypeForDWARFDeclContext()2833 if (!try_resolving_type) { in FindDefinitionTypeForDWARFDeclContext()