Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Driver/
H A DDriver.cpp5518 static bool HasPreprocessOutput(const Action &JA) { in HasPreprocessOutput() function
5524 HasPreprocessOutput(*(JA.getInputs()[0]))) in HasPreprocessOutput()
5626 if (AtTopLevel && !CCGenDiagnostics && HasPreprocessOutput(JA)) { in GetNamedOutputPath()