Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DTools.cpp470 bool UsePCH = D.CCCUsePCH; in AddPreprocessingOptions() local
478 if (UsePCH) { in AddPreprocessingOptions()
493 FoundPCH = UsePCH; in AddPreprocessingOptions()
494 FoundPTH = !UsePCH; in AddPreprocessingOptions()
501 if (UsePCH) in AddPreprocessingOptions()
3876 bool UsePCH = D.CCCUsePCH; in ConstructJob() local
3880 else if (UsePCH) in ConstructJob()