Searched refs:symbol_context_scope (Results 1 – 1 of 1) sorted by relevance
6990 SymbolContextScope * symbol_context_scope = NULL; in ParseType() local6993 symbol_context_scope = sc.comp_unit; in ParseType()6997 …symbol_context_scope = sc.function->GetBlock(true).FindBlockByID(MakeUserID(sc_parent_die->GetOffs… in ParseType()6998 if (symbol_context_scope == NULL) in ParseType()6999 symbol_context_scope = sc.function; in ParseType()7002 if (symbol_context_scope != NULL) in ParseType()7004 type_sp->SetSymbolContextScope(symbol_context_scope); in ParseType()7362 SymbolContextScope * symbol_context_scope = NULL; in ParseVariableDIE() local7447 symbol_context_scope = exe_symbol; in ParseVariableDIE()7480 if (symbol_context_scope == NULL) in ParseVariableDIE()[all …]