Searched refs:ContextScope (Results 1 – 1 of 1) sorted by relevance
14809 Scope *ContextScope = BlockScope; in ImplicitlyDefineFunction() local14810 while (!ContextScope->getEntity()) in ImplicitlyDefineFunction()14811 ContextScope = ContextScope->getParent(); in ImplicitlyDefineFunction()14812 ContextRAII SavedContext(*this, ContextScope->getEntity()); in ImplicitlyDefineFunction()