Searched refs:ContextScope (Results 1 – 1 of 1) sorted by relevance
16468 Scope *ContextScope = BlockScope; in ImplicitlyDefineFunction() local16469 while (!ContextScope->getEntity() || in ImplicitlyDefineFunction()16470 (!ContextScope->getEntity()->isFunctionOrMethod() && in ImplicitlyDefineFunction()16471 !ContextScope->getEntity()->isTranslationUnit())) in ImplicitlyDefineFunction()16472 ContextScope = ContextScope->getParent(); in ImplicitlyDefineFunction()16473 ContextRAII SavedContext(*this, ContextScope->getEntity()); in ImplicitlyDefineFunction()