Lines Matching refs:comp_unit
32 comp_unit (NULL), in SymbolContext()
43 comp_unit (cu), in SymbolContext()
56 comp_unit (cu), in SymbolContext()
69 comp_unit (rhs.comp_unit), in SymbolContext()
81 comp_unit (NULL), in SymbolContext()
101 comp_unit = rhs.comp_unit; in operator =()
116 comp_unit = NULL; in Clear()
246 if (comp_unit != NULL) in GetDescription()
249 comp_unit->GetDescription (s, level); in GetDescription()
296 line_entry.GetDescription (s, level, comp_unit, target, false); in GetDescription()
314 if (comp_unit) resolved_mask |= eSymbolContextCompUnit; in GetResolvedMask()
337 *s << "CompileUnit = " << (void *)comp_unit; in Dump()
338 if (comp_unit != NULL) in Dump()
339 *s << " {0x" << comp_unit->GetID() << "} " << *(static_cast<FileSpec*> (comp_unit)); in Dump()
384 && lhs.comp_unit == rhs.comp_unit in operator ==()
395 || lhs.comp_unit != rhs.comp_unit in operator !=()
798 if (sc.block == NULL && sc.comp_unit == NULL) in SymbolContextMatches()
815 if (!was_inlined && sc.comp_unit != NULL) in SymbolContextMatches()
817 if (!FileSpec::Equal (*(sc.comp_unit), *(m_file_spec_ap.get()), false)) in SymbolContextMatches()
1017 && sc.comp_unit == NULL in AppendIfUnique()
1057 && symbol_sc.comp_unit == NULL in MergeSymbolContextIntoFunctionContext()