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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h130 bool IsTypedefType();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h136 bool IsTypedefType() const;
H A DTypeSystem.h412 virtual bool IsTypedefType(lldb::opaque_compiler_type_t type) = 0;
H A DClangASTContext.h555 bool IsTypedefType(lldb::opaque_compiler_type_t type) override;
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp259 bool SBType::IsTypedefType() { function in class:SBType
260 LLDB_RECORD_METHOD_NO_ARGS(bool, SBType, IsTypedefType);
264 return m_opaque_sp->GetCompilerType(true).IsTypedefType();
926 LLDB_REGISTER_METHOD(bool, SBType, IsTypedefType, ());
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatManager.cpp210 if (non_ref_type.IsTypedefType()) {
230 if (non_ptr_type.IsTypedefType()) {
248 if (element_type.IsTypedefType()) {
277 if (compiler_type.IsTypedefType()) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp224 bool CompilerType::IsTypedefType() const { function in class:CompilerType
227 return m_type_system->IsTypedefType(m_type);
H A DClangASTContext.cpp3397 bool ClangASTContext::IsTypedefType(lldb::opaque_compiler_type_t type) { function in class:ClangASTContext
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBType.i218 IsTypedefType ();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp992 if (candidate.IsTypedefType())
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp983 if (candidate.IsTypedefType())

Completed in 277 milliseconds