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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.cpp162 bool found_main_file = false; local
164 if (!found_main_file && IsMainFile(main_file, file)) {
166 found_main_file = true;

Completed in 45 milliseconds