Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DType.h146 bool IsTypedef() { return m_encoding_uid_type == eEncodingIsTypedefUID; } in IsTypedef() function
/llvm-project-15.0.7/lldb/source/Symbol/
H A DType.cpp394 if (IsTypedef()) { in GetTypedefType()