Home | History | Annotate | Download | only in gn

Lines Matching refs:SOURCE

2 // Use of this source code is governed by a BSD-style license that can be
21 // A FileTemplate object implements source expansion for a given "template"
25 // apply a source to it to get a list of outputs manually. Or you can do the
35 // {{source}} -> expands to be the source file name relative to the build
37 SOURCE,
104 // required parts of the given source file string. The results will be
112 const std::string& source,
119 // Extracts the given type of substitution from the given source. The source
121 static std::string GetSubstitution(const std::string& source,
142 // to a given source file.