Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Symbol/
DVariable.h101 return m_artificial; in IsArtificial()
175m_artificial:1, // Non-zero if the variable is not explicitly declared in source variable
/external/lldb/source/Symbol/
DVariable.cpp57 m_artificial(artificial) in Variable()
160 if (m_artificial) in Dump()