Home | History | Annotate | Download | only in gn

Lines Matching refs:scope

20 class Scope;
31 typedef Value (*SelfEvaluatingArgsFunction)(Scope* scope,
37 typedef Value (*GenericBlockFunction)(Scope* scope,
48 Scope* block_scope,
52 typedef Value (*NoBlockFunction)(Scope* scope,
60 Value RunAction(Scope* scope,
69 Value RunActionForEach(Scope* scope,
78 Value RunAssert(Scope* scope,
86 Value RunComponent(Scope* scope,
97 Scope* block_scope,
105 Scope* block_scope,
111 Value RunDeclareArgs(Scope* scope,
120 Value RunDefined(Scope* scope,
128 Value RunExecScript(Scope* scope,
136 Value RunExecutable(Scope* scope,
145 Value RunForEach(Scope* scope,
153 Value RunGetEnv(Scope* scope,
161 Value RunGetLabelInfo(Scope* scope,
169 Value RunGetPathInfo(Scope* scope,
177 Value RunGetTargetOutputs(Scope* scope,
185 Value RunGroup(Scope* scope,
194 Value RunImport(Scope* scope,
202 Value RunPrint(Scope* scope,
210 Value RunProcessFileTemplate(Scope* scope,
218 Value RunReadFile(Scope* scope,
226 Value RunRebasePath(Scope* scope,
234 Value RunSetDefaults(Scope* scope,
243 Value RunSetDefaultToolchain(Scope* scope,
251 Value RunSetSourcesAssignmentFilter(Scope* scope,
259 Value RunSharedLibrary(Scope* scope,
268 Value RunSourceSet(Scope* scope,
277 Value RunStaticLibrary(Scope* scope,
286 Value RunTemplate(Scope* scope,
295 Value RunTest(Scope* scope,
304 Value RunTool(Scope* scope,
313 Value RunToolchain(Scope* scope,
322 Value RunToolchainArgs(Scope* scope,
331 Value RunWriteFile(Scope* scope,
376 Value RunFunction(Scope* scope,
386 // Verifies that the current scope is not processing an import. If it is, it
389 const Scope* scope,
394 const Scope* scope,
398 // The |scope| is the containing scope. It should have been already set as the
402 // the block scope to the current target name, which is assumed to be the first
406 bool FillTargetBlockScope(const Scope* scope,
411 Scope* block_scope,
425 // Returns the name of the toolchain for the given scope.
426 const Label& ToolchainLabelForScope(const Scope* scope);
428 // Generates a label for the given scope, using the current directory and
430 Label MakeLabelForScope(const Scope* scope,