Lines Matching refs:getEntity
1368 assert(!S->getEntity() && "scope already has entity"); in EnterDeclaratorContext()
1372 while (!Ancestor->getEntity()) Ancestor = Ancestor->getParent(); in EnterDeclaratorContext()
1373 assert(Ancestor->getEntity() == CurContext && "ancestor context mismatch"); in EnterDeclaratorContext()
1387 assert(S->getEntity() == CurContext && "Context imbalance!"); in ExitDeclaratorContext()
1392 while (!Ancestor->getEntity()) Ancestor = Ancestor->getParent(); in ExitDeclaratorContext()
1393 CurContext = Ancestor->getEntity(); in ExitDeclaratorContext()
1513 while (S->getEntity() && S->getEntity()->isTransparentContext()) in PushOnScopeChains()
1575 if (DeclContext *ScopeDC = S->getEntity()) in getScopeForDeclContext()
2277 (S->getEntity() && S->getEntity()->isTransparentContext()) || in getNonFieldDeclScope()
9392 (S->getEntity() && S->getEntity()->isTransparentContext())) in getTagInjectionScope()
15440 while (!ContextScope->getEntity()) in ImplicitlyDefineFunction()
15442 ContextRAII SavedContext(*this, ContextScope->getEntity()); in ImplicitlyDefineFunction()