Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DTools.cpp376 bool UsePCH = D.CCCUsePCH; in AddPreprocessingOptions() local
384 if (UsePCH) { in AddPreprocessingOptions()
399 FoundPCH = UsePCH; in AddPreprocessingOptions()
400 FoundPTH = !UsePCH; in AddPreprocessingOptions()
407 if (UsePCH) in AddPreprocessingOptions()
2652 bool UsePCH = D.CCCUsePCH; in ConstructJob() local
2656 else if (UsePCH) in ConstructJob()