Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp841 methods_enum = in GetDeclForSymbol() local
844 methods_enum->getNext()) { in GetDeclForSymbol()
1183 auto methods_enum = udt.findAllChildren<PDBSymbolFunc>(); in CompleteTypeFromUDT() local
1184 if (methods_enum) in CompleteTypeFromUDT()
1185 AddRecordMethods(symbol_file, compiler_type, *methods_enum); in CompleteTypeFromUDT()
1320 PDBFuncSymbolEnumerator &methods_enum) { in AddRecordMethods() argument
1321 while (std::unique_ptr<PDBSymbolFunc> method = methods_enum.getNext()) in AddRecordMethods()
H A DPDBASTParser.h101 PDBFuncSymbolEnumerator &methods_enum);