Home
last modified time | relevance | path

Searched refs:NonNestableBlock (Results 1 – 4 of 4) sorted by relevance

/third_party/gn/src/gn/
Dfunctions.cc176 const int NonNestableBlock::kKey = 0;
178 NonNestableBlock::NonNestableBlock(Scope* scope, in NonNestableBlock() function in NonNestableBlock
186 NonNestableBlock::~NonNestableBlock() { in ~NonNestableBlock()
191 bool NonNestableBlock::Enter(Err* err) { in Enter()
195 const NonNestableBlock* existing = in Enter()
196 reinterpret_cast<const NonNestableBlock*>(scope_value); in Enter()
358 NonNestableBlock non_nestable(scope, function, "config"); in RunConfig()
476 NonNestableBlock non_nestable(scope, function, "declare_args"); in RunDeclareArgs()
867 NonNestableBlock non_nestable(scope, function, "pool"); in RunPool()
Dfunctions.h529 class NonNestableBlock {
533 NonNestableBlock(Scope* scope,
536 ~NonNestableBlock();
Dtemplate.cc49 NonNestableBlock non_nestable(scope, invocation, "template invocation"); in Invoke()
Dfunctions_target.cc38 NonNestableBlock non_nestable(scope, function, "target"); in ExecuteGenericTarget()