Searched refs:doOutDir (Results 1 – 2 of 2) sorted by relevance
209 doOutDir = true; in SetOutDir()220 if (!DoGetHashKey() && !doDumpAST && !doGenerateCode && !doOutDir) { in CheckOptions()225 if (!doGenerateCode && doOutDir) { in CheckOptions()230 if (doGenerateCode && !doOutDir) { in CheckOptions()235 if (DoGetHashKey() || doDumpAST || doGenerateCode || doOutDir) { in CheckOptions()
145 doOutDir(false) in Options()192 bool doOutDir; variable