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

/openbsd-current/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.cpp181 bool found_main_file = false; local
183 if (!found_main_file && IsMainFile(main_file, file)) {
185 found_main_file = true;

Completed in 128 milliseconds