Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp461 CompilerType enum_type = m_ast->CreateEnumerationType( in CreateEnum()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h499 CompilerType CreateEnumerationType(llvm::StringRef name,
H A DTypeSystemClang.cpp2350 CompilerType TypeSystemClang::CreateEnumerationType( in CreateEnumerationType() function in TypeSystemClang
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp508 ast_enum = m_ast.CreateEnumerationType(name, decl_context, in CreateLLDBTypeFromPDBType()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1156 CompilerType enum_ct = m_clang.CreateEnumerationType( in CreateEnumType()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp878 clang_type = m_ast.CreateEnumerationType( in ParseEnum()