Lines Matching refs:getEntity
1396 assert(!S->getEntity() && "scope already has entity"); in EnterDeclaratorContext()
1400 while (!Ancestor->getEntity()) Ancestor = Ancestor->getParent(); in EnterDeclaratorContext()
1401 assert(Ancestor->getEntity() == CurContext && "ancestor context mismatch"); in EnterDeclaratorContext()
1415 assert(S->getEntity() == CurContext && "Context imbalance!"); in ExitDeclaratorContext()
1420 while (!Ancestor->getEntity()) Ancestor = Ancestor->getParent(); in ExitDeclaratorContext()
1421 CurContext = Ancestor->getEntity(); in ExitDeclaratorContext()
1541 while (S->getEntity() && S->getEntity()->isTransparentContext()) in PushOnScopeChains()
1603 if (DeclContext *ScopeDC = S->getEntity()) in getScopeForDeclContext()
2353 (S->getEntity() && S->getEntity()->isTransparentContext()) || in getNonFieldDeclScope()
9543 (S->getEntity() && S->getEntity()->isTransparentContext())) in getTagInjectionScope()
15873 while (!ContextScope->getEntity()) in ImplicitlyDefineFunction()
15875 ContextRAII SavedContext(*this, ContextScope->getEntity()); in ImplicitlyDefineFunction()