Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTContext.h914 CompilerType GetEnumerationIntegerType(lldb::opaque_compiler_type_t type);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp1148 m_ast.GetEnumerationIntegerType(enum_type.GetOpaqueQualType()); in AddEnumValue()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1102 m_ast.GetEnumerationIntegerType(clang_type.GetOpaqueQualType()); in ParseTypeFromDWARF()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp9005 GetEnumerationIntegerType(enum_type.GetOpaqueQualType()); in AddEnumerationValueToEnumerationType()
9016 ClangASTContext::GetEnumerationIntegerType(lldb::opaque_compiler_type_t type) { in GetEnumerationIntegerType() function in ClangASTContext