Home
last modified time | relevance | path

Searched refs:AddEnumValue (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.h83 bool AddEnumValue(lldb_private::CompilerType enum_type,
H A DPDBASTParser.cpp521 AddEnumValue(ast_enum, *enum_value); in CreateLLDBTypeFromPDBType()
1152 bool PDBASTParser::AddEnumValue(CompilerType enum_type, in AddEnumValue() function in PDBASTParser