Lines Matching refs:getEntity
1334 assert(!S->getEntity() && "scope already has entity"); in EnterDeclaratorContext()
1338 while (!Ancestor->getEntity()) Ancestor = Ancestor->getParent(); in EnterDeclaratorContext()
1339 assert(Ancestor->getEntity() == CurContext && "ancestor context mismatch"); in EnterDeclaratorContext()
1353 assert(S->getEntity() == CurContext && "Context imbalance!"); in ExitDeclaratorContext()
1358 while (!Ancestor->getEntity()) Ancestor = Ancestor->getParent(); in ExitDeclaratorContext()
1359 CurContext = Ancestor->getEntity(); in ExitDeclaratorContext()
1468 while (S->getEntity() && S->getEntity()->isTransparentContext()) in PushOnScopeChains()
1530 if (DeclContext *ScopeDC = S->getEntity()) in getScopeForDeclContext()
2028 (S->getEntity() && S->getEntity()->isTransparentContext()) || in getNonFieldDeclScope()
8939 (S->getEntity() && S->getEntity()->isTransparentContext())) in getTagInjectionScope()
14810 while (!ContextScope->getEntity()) in ImplicitlyDefineFunction()
14812 ContextRAII SavedContext(*this, ContextScope->getEntity()); in ImplicitlyDefineFunction()