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,
75 Value RunComponent(Scope* scope,
83 scope->GetValue(variables::kComponentMode);
101 if (!EnsureNotProcessingImport(function, scope, err))
103 Scope block_scope(scope);
104 if (!FillTargetBlockScope(scope, function, component_mode.c_str(), block,
161 Scope* scope,
163 if (!EnsureNotProcessingImport(function, scope, err) ||
164 !EnsureNotProcessingBuildConfig(function, scope, err))
166 TargetGenerator::GenerateTarget(scope, function, args, functions::kCopy, err);
246 Value RunCustom(Scope* scope,
251 return ExecuteGenericTarget(functions::kCustom, scope, function, args,
268 Value RunExecutable(Scope* scope,
273 return ExecuteGenericTarget(functions::kExecutable, scope, function, args,
307 Value RunGroup(Scope* scope,
312 return ExecuteGenericTarget(functions::kGroup, scope, function, args,
334 Value RunSharedLibrary(Scope* scope,
339 return ExecuteGenericTarget(functions::kSharedLibrary, scope, function, args,
379 Value RunSourceSet(Scope* scope,
384 return ExecuteGenericTarget(functions::kSourceSet, scope, function, args,
407 Value RunStaticLibrary(Scope* scope,
412 return ExecuteGenericTarget(functions::kStaticLibrary, scope, function, args,
429 Value RunTest(Scope* scope,
434 return ExecuteGenericTarget(functions::kExecutable, scope, function, args,