Home
last modified time | relevance | path

Searched refs:CreateEnumerationType (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h429 CompilerType CreateEnumerationType(const char *name,
H A DTypeSystemClang.cpp2304 CompilerType TypeSystemClang::CreateEnumerationType( in CreateEnumerationType() function in TypeSystemClang
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp500 ast_enum = m_ast.CreateEnumerationType(name.c_str(), decl_context, in CreateLLDBTypeFromPDBType()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1107 CompilerType enum_ct = m_clang.CreateEnumerationType( in CreateEnumType()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp845 clang_type = m_ast.CreateEnumerationType( in ParseEnum()