Lines Matching refs:getEntity
1349 assert(!S->getEntity() && "scope already has entity"); in EnterDeclaratorContext()
1353 while (!Ancestor->getEntity()) Ancestor = Ancestor->getParent(); in EnterDeclaratorContext()
1354 assert(Ancestor->getEntity() == CurContext && "ancestor context mismatch"); in EnterDeclaratorContext()
1362 assert(S->getEntity() == CurContext && "Context imbalance!"); in ExitDeclaratorContext()
1367 while (!Ancestor->getEntity()) Ancestor = Ancestor->getParent(); in ExitDeclaratorContext()
1368 CurContext = Ancestor->getEntity(); in ExitDeclaratorContext()
1434 while (S->getEntity() && S->getEntity()->isTransparentContext()) in PushOnScopeChains()
1498 if (DeclContext *ScopeDC = S->getEntity()) in getScopeForDeclContext()
2001 (S->getEntity() && S->getEntity()->isTransparentContext()) || in getNonFieldDeclScope()
8656 (S->getEntity() && S->getEntity()->isTransparentContext())) in getTagInjectionScope()
14256 while (!ContextScope->getEntity()) in ImplicitlyDefineFunction()
14258 ContextRAII SavedContext(*this, ContextScope->getEntity()); in ImplicitlyDefineFunction()