Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDClangASTContext.h829 CompilerType GetEnumerationIntegerType(lldb::opaque_compiler_type_t type);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
HDPDBASTParser.cpp1153 m_ast.GetEnumerationIntegerType(enum_type.GetOpaqueQualType()); in AddEnumValue()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFASTParserClang.cpp795 m_ast.GetEnumerationIntegerType(clang_type.GetOpaqueQualType()); in ParseEnum()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDClangASTContext.cpp7887 GetEnumerationIntegerType(enum_type.GetOpaqueQualType()); in AddEnumerationValueToEnumerationType()
7898 ClangASTContext::GetEnumerationIntegerType(lldb::opaque_compiler_type_t type) { in GetEnumerationIntegerType() function in ClangASTContext