Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DMaterializer.cpp912 EntityResultVariable(const CompilerType &type, bool is_program_reference, in EntityResultVariable() argument
915 : Entity(), m_type(type), m_is_program_reference(is_program_reference), in EntityResultVariable()
1188 bool is_program_reference, in AddResultVariable() argument
1193 *iter = std::make_unique<EntityResultVariable>(type, is_program_reference, in AddResultVariable()