Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DTools.cpp442 int PchIndex = YcIndex != -1 ? YcIndex : YuIndex; in AddPreprocessingOptions() local
443 if (PchIndex != -1) { in AddPreprocessingOptions()
446 assert(YcIndex != -1 && PchIndex == YcIndex); in AddPreprocessingOptions()
451 if (AI < PchIndex) { in AddPreprocessingOptions()
455 if (AI == PchIndex) { in AddPreprocessingOptions()