Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DTools.cpp379 bool FoundPCH = false; in AddPreprocessingOptions() local
387 FoundPCH = true; in AddPreprocessingOptions()
390 if (!FoundPCH) { in AddPreprocessingOptions()
396 if (!FoundPCH && !FoundPTH) { in AddPreprocessingOptions()
399 FoundPCH = UsePCH; in AddPreprocessingOptions()
404 if (FoundPCH || FoundPTH) { in AddPreprocessingOptions()