Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/
H A DDriver.cpp5546 static bool HasPreprocessOutput(const Action &JA) { in HasPreprocessOutput() function
5552 HasPreprocessOutput(*(JA.getInputs()[0]))) in HasPreprocessOutput()
5589 if (AtTopLevel && !CCGenDiagnostics && HasPreprocessOutput(JA)) { in GetNamedOutputPath()