Home
last modified time | relevance | path

Searched refs:FoundPCH (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Driver/
DTools.cpp473 bool FoundPCH = false; in AddPreprocessingOptions() local
481 FoundPCH = true; in AddPreprocessingOptions()
484 if (!FoundPCH) { in AddPreprocessingOptions()
490 if (!FoundPCH && !FoundPTH) { in AddPreprocessingOptions()
493 FoundPCH = UsePCH; in AddPreprocessingOptions()
498 if (FoundPCH || FoundPTH) { in AddPreprocessingOptions()