Searched refs:ContextScope (Results 1 – 1 of 1) sorted by relevance
14255 Scope *ContextScope = BlockScope; in ImplicitlyDefineFunction() local14256 while (!ContextScope->getEntity()) in ImplicitlyDefineFunction()14257 ContextScope = ContextScope->getParent(); in ImplicitlyDefineFunction()14258 ContextRAII SavedContext(*this, ContextScope->getEntity()); in ImplicitlyDefineFunction()