Searched refs:ContextScope (Results 1 – 1 of 1) sorted by relevance
15872 Scope *ContextScope = BlockScope; in ImplicitlyDefineFunction() local15873 while (!ContextScope->getEntity()) in ImplicitlyDefineFunction()15874 ContextScope = ContextScope->getParent(); in ImplicitlyDefineFunction()15875 ContextRAII SavedContext(*this, ContextScope->getEntity()); in ImplicitlyDefineFunction()