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

/external/clang/lib/Driver/
H A DTools.cpp311 bool FoundPTH = false; local
326 FoundPTH = true;
331 if (!FoundPCH && !FoundPTH) {
335 FoundPTH = !UsePCH;
341 if (FoundPCH || FoundPTH) {

Completed in 42 milliseconds