Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBType.i470 ") GetEnumerationIntegerType;
472 GetEnumerationIntegerType();
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp347 SBType SBType::GetEnumerationIntegerType() { in GetEnumerationIntegerType() function in SBType
348 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBType, SBType, GetEnumerationIntegerType); in GetEnumerationIntegerType()
352 SBType(m_opaque_sp->GetCompilerType(true).GetEnumerationIntegerType())); in GetEnumerationIntegerType()
965 LLDB_REGISTER_METHOD(lldb::SBType, SBType, GetEnumerationIntegerType, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h156 lldb::SBType GetEnumerationIntegerType();
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp353 CompilerType CompilerType::GetEnumerationIntegerType() const { in GetEnumerationIntegerType() function in CompilerType
355 return m_type_system->GetEnumerationIntegerType(m_type); in GetEnumerationIntegerType()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h193 CompilerType GetEnumerationIntegerType() const;
H A DTypeSystem.h231 GetEnumerationIntegerType(lldb::opaque_compiler_type_t type) = 0;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h679 GetEnumerationIntegerType(lldb::opaque_compiler_type_t type) override;
933 CompilerType GetEnumerationIntegerType(CompilerType type);
H A DTypeSystemClang.cpp4268 TypeSystemClang::GetEnumerationIntegerType(lldb::opaque_compiler_type_t type) { in GetEnumerationIntegerType() function in TypeSystemClang
4270 return GetEnumerationIntegerType(GetType(GetCanonicalQualType(type))); in GetEnumerationIntegerType()
8321 CompilerType underlying_type = GetEnumerationIntegerType(enum_type); in AddEnumerationValueToEnumerationType()
8331 CompilerType TypeSystemClang::GetEnumerationIntegerType(CompilerType type) { in GetEnumerationIntegerType() function in TypeSystemClang
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp1178 CompilerType underlying_type = m_ast.GetEnumerationIntegerType(enum_type); in AddEnumValue()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp850 enumerator_clang_type = m_ast.GetEnumerationIntegerType(clang_type); in ParseEnum()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp58980 result = (arg1)->GetEnumerationIntegerType(); in _wrap_SBType_GetEnumerationIntegerType()