Lines Matching refs:getEntity
1355 assert(!S->getEntity() && "scope already has entity"); in EnterDeclaratorContext()
1359 while (!Ancestor->getEntity()) Ancestor = Ancestor->getParent(); in EnterDeclaratorContext()
1360 assert(Ancestor->getEntity() == CurContext && "ancestor context mismatch"); in EnterDeclaratorContext()
1374 assert(S->getEntity() == CurContext && "Context imbalance!"); in ExitDeclaratorContext()
1379 while (!Ancestor->getEntity()) Ancestor = Ancestor->getParent(); in ExitDeclaratorContext()
1380 CurContext = Ancestor->getEntity(); in ExitDeclaratorContext()
1499 while (S->getEntity() && S->getEntity()->isTransparentContext()) in PushOnScopeChains()
1565 if (DeclContext *ScopeDC = S->getEntity()) in getScopeForDeclContext()
2262 (S->getEntity() && S->getEntity()->isTransparentContext()) || in getNonFieldDeclScope()
9632 (S->getEntity() && S->getEntity()->isTransparentContext())) in getTagInjectionScope()
16263 while (!ContextScope->getEntity() || in ImplicitlyDefineFunction()
16264 (!ContextScope->getEntity()->isFunctionOrMethod() && in ImplicitlyDefineFunction()
16265 !ContextScope->getEntity()->isTranslationUnit())) in ImplicitlyDefineFunction()
16267 ContextRAII SavedContext(*this, ContextScope->getEntity()); in ImplicitlyDefineFunction()