Searched refs:try_resolving_type (Results 1 – 1 of 1) sorted by relevance
2832 bool try_resolving_type = false; in FindCompleteObjCDefinitionTypeForDIE() local2840 try_resolving_type = true; in FindCompleteObjCDefinitionTypeForDIE()2846 if (!try_resolving_type) in FindCompleteObjCDefinitionTypeForDIE()2851 try_resolving_type = type_die.GetAttributeValueAsUnsigned( in FindCompleteObjCDefinitionTypeForDIE()2853 if (!try_resolving_type) in FindCompleteObjCDefinitionTypeForDIE()3012 bool try_resolving_type = false; in FindDefinitionTypeForDWARFDeclContext() local3020 try_resolving_type = true; in FindDefinitionTypeForDWARFDeclContext()3029 try_resolving_type = (tag == DW_TAG_structure_type); in FindDefinitionTypeForDWARFDeclContext()3034 try_resolving_type = (tag == DW_TAG_class_type); in FindDefinitionTypeForDWARFDeclContext()3043 if (!try_resolving_type) { in FindDefinitionTypeForDWARFDeclContext()