Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DTools.cpp378 bool UsePCH = D.CCCUsePCH; in AddPreprocessingOptions() local
386 if (UsePCH) { in AddPreprocessingOptions()
401 FoundPCH = UsePCH; in AddPreprocessingOptions()
402 FoundPTH = !UsePCH; in AddPreprocessingOptions()
409 if (UsePCH) in AddPreprocessingOptions()
3519 bool UsePCH = D.CCCUsePCH; in ConstructJob() local
3523 else if (UsePCH) in ConstructJob()