Home
last modified time | relevance | path

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

/external/lldb/source/Expression/
DMaterializer.cpp716 … EntityResultVariable (const TypeFromUser &type, bool is_program_reference, bool keep_in_memory) : in EntityResultVariable() argument
719 m_is_program_reference(is_program_reference), in EntityResultVariable()
974 Materializer::AddResultVariable (const TypeFromUser &type, bool is_program_reference, bool keep_in_… in AddResultVariable() argument
977 iter->reset (new EntityResultVariable (type, is_program_reference, keep_in_memory)); in AddResultVariable()