Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DType.h139 bool IsTypedef() { return m_encoding_uid_type == eEncodingIsTypedefUID; } in IsTypedef() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DType.cpp351 if (IsTypedef()) { in GetTypedefType()