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

/external/clang/lib/Driver/
H A DTools.cpp344 bool FoundPTH = false; local
359 FoundPTH = true;
362 if (!FoundPCH && !FoundPTH) {
366 FoundPTH = !UsePCH;
370 if (FoundPCH || FoundPTH) {

Completed in 446 milliseconds