Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dc_substitution_type.cc114 bool IsValidSwiftCompilerSubstitution(const Substitution* type) { in IsValidSwiftCompilerSubstitution() function
125 return (IsValidSwiftCompilerSubstitution(type) && in IsValidSwiftCompilerOutputsSubstitution()
Dc_substitution_type.h51 bool IsValidSwiftCompilerSubstitution(const Substitution* type);
Dc_tool.cc243 return IsValidSwiftCompilerSubstitution(sub_type); in ValidateSubstitution()