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

/external/clang/lib/Driver/
H A DTools.cpp350 bool FoundPCH = false; local
358 FoundPCH = true;
361 if (!FoundPCH) {
367 if (!FoundPCH && !FoundPTH) {
370 FoundPCH = UsePCH;
375 if (FoundPCH || FoundPTH) {

Completed in 257 milliseconds