Searched refs:NonNestableBlock (Results 1 – 4 of 4) sorted by relevance
/third_party/gn/src/gn/ |
D | functions.cc | 176 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()
|
D | functions.h | 529 class NonNestableBlock { 533 NonNestableBlock(Scope* scope, 536 ~NonNestableBlock();
|
D | template.cc | 49 NonNestableBlock non_nestable(scope, invocation, "template invocation"); in Invoke()
|
D | functions_target.cc | 38 NonNestableBlock non_nestable(scope, function, "target"); in ExecuteGenericTarget()
|