Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
HDFormatManager.cpp210 if (non_ref_type.IsTypedefType()) { in GetPossibleMatches()
230 if (non_ptr_type.IsTypedefType()) { in GetPossibleMatches()
248 if (element_type.IsTypedefType()) { in GetPossibleMatches()
277 if (compiler_type.IsTypedefType()) { in GetPossibleMatches()
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
HDSBType.cpp259 bool SBType::IsTypedefType() { in IsTypedefType() function in SBType
260 LLDB_RECORD_METHOD_NO_ARGS(bool, SBType, IsTypedefType); in IsTypedefType()
264 return m_opaque_sp->GetCompilerType(true).IsTypedefType(); in IsTypedefType()
926 LLDB_REGISTER_METHOD(bool, SBType, IsTypedefType, ()); in RegisterMethods()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBType.h130 bool IsTypedefType();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDCompilerType.cpp224 bool CompilerType::IsTypedefType() const { in IsTypedefType() function in CompilerType
227 return m_type_system->IsTypedefType(m_type); in IsTypedefType()
HDClangASTContext.cpp3397 bool ClangASTContext::IsTypedefType(lldb::opaque_compiler_type_t type) { in IsTypedefType() function in ClangASTContext
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDCompilerType.h136 bool IsTypedefType() const;
HDTypeSystem.h412 virtual bool IsTypedefType(lldb::opaque_compiler_type_t type) = 0;
HDClangASTContext.h555 bool IsTypedefType(lldb::opaque_compiler_type_t type) override;
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
HDSBType.i218 IsTypedefType ();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
HDCPlusPlusLanguage.cpp983 if (candidate.IsTypedefType()) in GetTypeScavenger()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
HDObjCLanguage.cpp992 if (candidate.IsTypedefType()) in GetTypeScavenger()