Searched refs:markAsNeedingClosure (Results 1 – 2 of 2) sorted by relevance
2072 markAsNeedingClosure((fx == f) ? fx.toParentP(this) : fx, this); in needsClosure()3534 private void markAsNeedingClosure(Dsymbol f, FuncDeclaration outerFunc) in markAsNeedingClosure() function3582 markAsNeedingClosure(g, outerFunc);3594 markAsNeedingClosure(parentFunc, outerFunc);
4385 void markAsNeedingClosure(Dsymbol *f, FuncDeclaration *outerFunc) in markAsNeedingClosure() function4428 markAsNeedingClosure(g, outerFunc);4511 markAsNeedingClosure( (fx == f) ? fx->parent : fx, this); in needsClosure()