Lines Matching refs:getEntity
1347 assert(!S->getEntity() && "scope already has entity"); in EnterDeclaratorContext()
1351 while (!Ancestor->getEntity()) Ancestor = Ancestor->getParent(); in EnterDeclaratorContext()
1352 assert(Ancestor->getEntity() == CurContext && "ancestor context mismatch"); in EnterDeclaratorContext()
1366 assert(S->getEntity() == CurContext && "Context imbalance!"); in ExitDeclaratorContext()
1371 while (!Ancestor->getEntity()) Ancestor = Ancestor->getParent(); in ExitDeclaratorContext()
1372 CurContext = Ancestor->getEntity(); in ExitDeclaratorContext()
1481 while (S->getEntity() && S->getEntity()->isTransparentContext()) in PushOnScopeChains()
1543 if (DeclContext *ScopeDC = S->getEntity()) in getScopeForDeclContext()
2080 (S->getEntity() && S->getEntity()->isTransparentContext()) || in getNonFieldDeclScope()
8998 (S->getEntity() && S->getEntity()->isTransparentContext())) in getTagInjectionScope()
14866 while (!ContextScope->getEntity()) in ImplicitlyDefineFunction()
14868 ContextRAII SavedContext(*this, ContextScope->getEntity()); in ImplicitlyDefineFunction()