Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h436 CompilerType CreateEnumerationType(llvm::StringRef name,
H A DTypeSystemClang.cpp2342 CompilerType TypeSystemClang::CreateEnumerationType( in CreateEnumerationType() function in TypeSystemClang
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp509 ast_enum = m_ast.CreateEnumerationType(name, decl_context, in CreateLLDBTypeFromPDBType()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1154 CompilerType enum_ct = m_clang.CreateEnumerationType( in CreateEnumType()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp826 clang_type = m_ast.CreateEnumerationType( in ParseEnum()