Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBType.h125 bool IsTypedefType();
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBType.cpp206 bool SBType::IsTypedefType() { in IsTypedefType() function in SBType
209 return m_opaque_sp->GetCompilerType(true).IsTypedefType(); in IsTypedefType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DFormatManager.cpp205 if (non_ref_type.IsTypedefType()) { in GetPossibleMatches()
225 if (non_ptr_type.IsTypedefType()) { in GetPossibleMatches()
249 if (compiler_type.IsTypedefType()) { in GetPossibleMatches()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompilerType.h145 bool IsTypedefType() const;
H A DTypeSystem.h426 virtual bool IsTypedefType(lldb::opaque_compiler_type_t type) = 0;
H A DClangASTContext.h628 bool IsTypedefType(lldb::opaque_compiler_type_t type) override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerType.cpp244 bool CompilerType::IsTypedefType() const { in IsTypedefType() function in CompilerType
247 return m_type_system->IsTypedefType(m_type); in IsTypedefType()
H A DClangASTContext.cpp3902 bool ClangASTContext::IsTypedefType(lldb::opaque_compiler_type_t type) { in IsTypedefType() function in ClangASTContext
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp941 if (candidate.IsTypedefType()) in GetTypeScavenger()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp1012 if (candidate.IsTypedefType()) in GetTypeScavenger()