Home
last modified time | relevance | path

Searched refs:IsTypedefType (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatManager.cpp207 if (non_ref_type.IsTypedefType()) { in GetPossibleMatches()
223 if (non_ptr_type.IsTypedefType()) { in GetPossibleMatches()
239 if (element_type.IsTypedefType()) { in GetPossibleMatches()
262 if (compiler_type.IsTypedefType()) { in GetPossibleMatches()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeDocstrings.i190 ) lldb::SBType::IsTypedefType;
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h136 bool IsTypedefType();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp251 bool SBType::IsTypedefType() { in IsTypedefType() function in SBType
256 return m_opaque_sp->GetCompilerType(true).IsTypedefType(); in IsTypedefType()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h194 bool IsTypedefType() const;
H A DTypeSystem.h447 virtual bool IsTypedefType(lldb::opaque_compiler_type_t type) = 0;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp270 bool CompilerType::IsTypedefType() const { in IsTypedefType() function in CompilerType
273 return type_system_sp->IsTypedefType(m_type); in IsTypedefType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp989 if (candidate.IsTypedefType()) in GetTypeScavenger()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h712 bool IsTypedefType(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp3636 bool TypeSystemClang::IsTypedefType(lldb::opaque_compiler_type_t type) { in IsTypedefType() function in TypeSystemClang
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp1495 if (candidate.IsTypedefType()) in GetTypeScavenger()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp65166 result = (bool)(arg1)->IsTypedefType(); in _wrap_SBType_IsTypedefType()