Searched refs:ContextScope (Results 1 – 1 of 1) sorted by relevance
14865 Scope *ContextScope = BlockScope; in ImplicitlyDefineFunction() local14866 while (!ContextScope->getEntity()) in ImplicitlyDefineFunction()14867 ContextScope = ContextScope->getParent(); in ImplicitlyDefineFunction()14868 ContextRAII SavedContext(*this, ContextScope->getEntity()); in ImplicitlyDefineFunction()