Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVType.h39 IsTypedef, enumerator
88 KIND(LVTypeKind, IsTypedef);
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVType.cpp104 {LVTypeKind::IsTypedef, &LVType::getIsTypedef},
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp415 clEnumValN(LVTypeKind::IsTypedef, "Typedef", "Type definition."),
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h452 bool IsTypedef() { return m_encoding_uid_type == eEncodingIsTypedefUID; } in IsTypedef() function
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp505 if (IsTypedef()) { in GetTypedefType()