Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp79 m_result_is_pointer(false), m_reloc_placeholder(NULL), in IRForTarget()
179 m_result_is_pointer = true; in CreateResultVariable()
186 m_result_is_pointer = false; in CreateResultVariable()
270 if (m_result_is_pointer) { in CreateResultVariable()
411 result_decl, m_result_name, m_result_type, true, m_result_is_pointer)) in CreateResultVariable()
1970 if (name == m_result_name && !m_result_is_pointer) { in ReplaceVariables()
H A DIRForTarget.h583 bool m_result_is_pointer; ///< True if the function's result in the AST is a variable