Searched refs:methods_enum (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.h100 PDBFuncSymbolEnumerator &methods_enum);
H A DPDBASTParser.cpp846 methods_enum =
849 methods_enum->getNext()) {
1188 auto methods_enum = udt.findAllChildren<PDBSymbolFunc>(); local
1189 if (methods_enum)
1190 AddRecordMethods(symbol_file, compiler_type, *methods_enum);
1325 PDBFuncSymbolEnumerator &methods_enum) {
1326 while (std::unique_ptr<PDBSymbolFunc> method = methods_enum.getNext())
1323 AddRecordMethods(lldb_private::SymbolFile &symbol_file, lldb_private::CompilerType &record_type, PDBFuncSymbolEnumerator &methods_enum) argument

Completed in 603 milliseconds