Home | History | Annotate | Download | only in gn

Lines Matching refs:scope

10 #include "tools/gn/scope.h"
27 Scope* scope,
32 if (!EnsureNotProcessingImport(function, scope, err) ||
33 !EnsureNotProcessingBuildConfig(function, scope, err))
35 Scope block_scope(scope);
36 if (!FillTargetBlockScope(scope, function, target_type, block,
145 Value RunAction(Scope* scope,
150 return ExecuteGenericTarget(functions::kAction, scope, function, args,
225 Value RunActionForEach(Scope* scope,
230 return ExecuteGenericTarget(functions::kActionForEach, scope, function, args,
256 Value RunComponent(Scope* scope,
264 scope->GetValue(variables::kComponentMode);
282 if (!EnsureNotProcessingImport(function, scope, err))
284 Scope block_scope(scope);
285 if (!FillTargetBlockScope(scope, function, component_mode.c_str(), block,
344 Scope* scope,
346 if (!EnsureNotProcessingImport(function, scope, err) ||
347 !EnsureNotProcessingBuildConfig(function, scope, err))
349 TargetGenerator::GenerateTarget(scope, function, args, functions::kCopy, err);
368 Value RunExecutable(Scope* scope,
373 return ExecuteGenericTarget(functions::kExecutable, scope, function, args,
408 Value RunGroup(Scope* scope,
413 return ExecuteGenericTarget(functions::kGroup, scope, function, args,
437 Value RunSharedLibrary(Scope* scope,
442 return ExecuteGenericTarget(functions::kSharedLibrary, scope, function, args,
484 Value RunSourceSet(Scope* scope,
489 return ExecuteGenericTarget(functions::kSourceSet, scope, function, args,
514 Value RunStaticLibrary(Scope* scope,
519 return ExecuteGenericTarget(functions::kStaticLibrary, scope, function, args,
538 Value RunTest(Scope* scope,
543 return ExecuteGenericTarget(functions::kExecutable, scope, function, args,