Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h140 bool IsTypedef() { return m_encoding_uid_type == eEncodingIsTypedefUID; } in IsTypedef() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp393 if (IsTypedef()) { in GetTypedefType()