Searched refs:SubstitutionOutput (Results 1 – 4 of 4) sorted by relevance
20 &SubstitutionOutput,56 const Substitution SubstitutionOutput = {"{{output}}", "out"}; variable172 return type == &SubstitutionLiteral || type == &SubstitutionOutput || in IsValidToolSubstitution()
110 return (IsValidToolSubstitution(type) && type != &SubstitutionOutput) || in IsValidCompilerOutputsSubstitution()126 type != &SubstitutionOutput) || in IsValidSwiftCompilerOutputsSubstitution()
37 extern const Substitution SubstitutionOutput;
170 } else if (range.type == &SubstitutionOutput) { in WriteCommand()