Searched defs:FoundPTH (Results 1 - 1 of 1) sorted by path

/external/clang/lib/Driver/
H A DTools.cpp349 bool FoundPTH = false; local
364 FoundPTH = true;
367 if (!FoundPCH && !FoundPTH) {
371 FoundPTH = !UsePCH;
375 if (FoundPCH || FoundPTH) {

Completed in 233 milliseconds