Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dc_substitution_type.cc31 &CSubstitutionFrameworks,
67 const Substitution CSubstitutionFrameworks = {"{{frameworks}}", "frameworks"}; variable
136 type == &CSubstitutionSoLibs || type == &CSubstitutionFrameworks || in IsValidLinkerSubstitution()
Dc_substitution_type.h35 extern const Substitution CSubstitutionFrameworks;
Dcompile_commands_writer.cc176 } else if (range.type == &CSubstitutionFrameworks) { in WriteCommand()