Lines Matching defs:results
267 auto results = m_global_scope_up->findAllChildren<PDBSymbolCompiland>();
268 if (!results)
270 auto compiland_up = results->getChildAtIndex(index);
470 std::unique_ptr<IPDBEnumSymbols> results;
474 results = raw_sym.findAllChildren(tag);
475 if (!results || results->getChildCount() == 0)
477 while (auto symbol = results->getNext()) {
536 auto results = m_global_scope_up->findAllChildren<PDBSymbolData>();
537 if (results && results->getChildCount()) {
538 while (auto result = results->getNext()) {
1112 if (auto results = pdb_symbol.findAllChildren()) {
1113 while (auto result = results->getNext())
1129 auto results = m_global_scope_up->findAllChildren<PDBSymbolData>();
1130 if (!results)
1135 while (auto result = results->getNext()) {
1168 auto results = m_global_scope_up->findAllChildren<PDBSymbolData>();
1169 if (!results)
1174 while (auto pdb_data = results->getNext()) {
1406 auto results = m_global_scope_up->findAllChildren<PDBSymbolPublicSymbol>();
1407 if (!results)
1414 while (auto pub_symbol = results->getNext()) {
1477 std::unique_ptr<IPDBEnumSymbols> results;
1482 results = m_global_scope_up->findAllChildren(tag);
1483 if (!results)
1486 while (auto result = results->getNext()) {
1530 std::unique_ptr<IPDBEnumSymbols> results;
1534 results = m_global_scope_up->findAllChildren(PDB_SymType::None);
1535 if (!results)
1538 while (auto result = results->getNext()) {