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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DTypeList.cpp131 match_type_class = the_type->GetForwardCompilerType().GetTypeClass();
202 the_type->GetForwardCompilerType().GetTypeClass();
H A DTypeMap.cpp161 match_type_class = the_type->GetForwardCompilerType().GetTypeClass();
232 the_type->GetForwardCompilerType().GetTypeClass();
H A DCompilerType.cpp308 lldb::TypeClass CompilerType::GetTypeClass() const { function in class:CompilerType
312 return m_type_system->GetTypeClass(m_type);
H A DVariable.cpp559 const lldb::TypeClass type_class = compiler_type.GetTypeClass();
H A DClangASTContext.cpp3797 ClangASTContext::GetTypeClass(lldb::opaque_compiler_type_t type) { function in class:ClangASTContext
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBType.i287 GetTypeClass ();
343 type = property(GetTypeClass, None, doc='''A read only property that returns an lldb enumeration value (see enumerations that start with "lldb.eTypeClass") that represents a classification for this type.''')
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h192 lldb::TypeClass GetTypeClass();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h167 lldb::TypeClass GetTypeClass() const;
H A DTypeSystem.h209 virtual lldb::TypeClass GetTypeClass(lldb::opaque_compiler_type_t type) = 0;
H A DClangASTContext.h579 lldb::TypeClass GetTypeClass(lldb::opaque_compiler_type_t type) override;
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp514 lldb::TypeClass SBType::GetTypeClass() { function in class:SBType
515 LLDB_RECORD_METHOD_NO_ARGS(lldb::TypeClass, SBType, GetTypeClass);
518 return m_opaque_sp->GetCompilerType(true).GetTypeClass();
955 LLDB_REGISTER_METHOD(lldb::TypeClass, SBType, GetTypeClass, ());

Completed in 216 milliseconds