Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dsubstitution_type.cc20 &SubstitutionOutput,
56 const Substitution SubstitutionOutput = {"{{output}}", "out"}; variable
172 return type == &SubstitutionLiteral || type == &SubstitutionOutput || in IsValidToolSubstitution()
Dc_substitution_type.cc110 return (IsValidToolSubstitution(type) && type != &SubstitutionOutput) || in IsValidCompilerOutputsSubstitution()
126 type != &SubstitutionOutput) || in IsValidSwiftCompilerOutputsSubstitution()
Dsubstitution_type.h37 extern const Substitution SubstitutionOutput;
Dcompile_commands_writer.cc170 } else if (range.type == &SubstitutionOutput) { in WriteCommand()