Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBType.i328 ") IsTypedefType;
330 IsTypedefType ();
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBType.h131 bool IsTypedefType();
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DCompilerType.cpp271 bool CompilerType::IsTypedefType() const { in IsTypedefType() function in CompilerType
274 return type_system_sp->IsTypedefType(m_type); in IsTypedefType()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DCompilerType.h199 bool IsTypedefType() const;
H A DTypeSystem.h457 virtual bool IsTypedefType(lldb::opaque_compiler_type_t type) = 0;
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp1057 if (candidate.IsTypedefType()) in GetTypeScavenger()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp1353 if (candidate.IsTypedefType()) in GetTypeScavenger()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h641 bool IsTypedefType(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp3711 bool TypeSystemClang::IsTypedefType(lldb::opaque_compiler_type_t type) { in IsTypedefType() function in TypeSystemClang