Home
last modified time | relevance | path

Searched refs:translation_unit_is_objc (Results 1 – 1 of 1) sorted by relevance

/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp5770 …bool translation_unit_is_objc = (sc.comp_unit->GetLanguage() == eLanguageTypeObjC || sc.comp_unit-… in ParseType() local
5772 if (translation_unit_is_objc) in ParseType()