Searched refs:compiland (Results 1 – 1 of 1) sorted by relevance
310 CComPtr<IDiaSymbol> compiland; in PrintSourceFiles() local312 while (SUCCEEDED(compilands->Next(1, &compiland, &count)) && count == 1) { in PrintSourceFiles()314 if (FAILED(session_->findFile(compiland, NULL, nsNone, &source_files))) { in PrintSourceFiles()341 compiland.Release(); in PrintSourceFiles()457 CComPtr<IDiaSymbol> compiland; in PrintFunctions() local458 while (SUCCEEDED(compilands->Next(1, &compiland, &count)) && count == 1) { in PrintFunctions()460 if (FAILED(compiland->findChildren(SymTagBlock, NULL, in PrintFunctions()492 compiland.Release(); in PrintFunctions()