Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dsubstitution_type.cc21 &SubstitutionLabel,
74 const Substitution SubstitutionLabel = {"{{label}}", "label"}; variable
173 type == &SubstitutionLabel || type == &SubstitutionLabelName || in IsValidToolSubstitution()
Dsubstitution_type.h38 extern const Substitution SubstitutionLabel;
Dninja_target_writer.cc141 if (bits.used.count(&SubstitutionLabel)) { in WriteSharedVars()
142 WriteEscapedSubstitution(&SubstitutionLabel); in WriteSharedVars()
Dsubstitution_writer_unittest.cc201 &target, &SubstitutionLabel, &result)); in TEST()
Dcompile_commands_writer.cc194 } else if (range.type == &SubstitutionLabel || in WriteCommand()
Dsubstitution_writer.cc433 if (type == &SubstitutionLabel) { in GetTargetSubstitution()