Lines Matching refs:getEntity
1261 assert(!S->getEntity() && "scope already has entity"); in EnterDeclaratorContext()
1265 while (!Ancestor->getEntity()) Ancestor = Ancestor->getParent(); in EnterDeclaratorContext()
1266 assert(Ancestor->getEntity() == CurContext && "ancestor context mismatch"); in EnterDeclaratorContext()
1274 assert(S->getEntity() == CurContext && "Context imbalance!"); in ExitDeclaratorContext()
1279 while (!Ancestor->getEntity()) Ancestor = Ancestor->getParent(); in ExitDeclaratorContext()
1280 CurContext = Ancestor->getEntity(); in ExitDeclaratorContext()
1346 while (S->getEntity() && S->getEntity()->isTransparentContext()) in PushOnScopeChains()
1415 if (DeclContext *ScopeDC = S->getEntity()) in getScopeForDeclContext()
1906 (S->getEntity() && S->getEntity()->isTransparentContext()) || in getNonFieldDeclScope()
8293 (S->getEntity() && S->getEntity()->isTransparentContext())) in getTagInjectionScope()
13436 while (!ContextScope->getEntity()) in ImplicitlyDefineFunction()
13438 ContextRAII SavedContext(*this, ContextScope->getEntity()); in ImplicitlyDefineFunction()