Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp5719 static bool HasPreprocessOutput(const Action &JA) { in HasPreprocessOutput() function
5725 HasPreprocessOutput(*(JA.getInputs()[0]))) in HasPreprocessOutput()
5834 if (AtTopLevel && !CCGenDiagnostics && HasPreprocessOutput(JA)) { in GetNamedOutputPath()