Home | History | Annotate | Download | only in Sema

Lines Matching refs:IsTemporary

5870       bool IsTemporary = !S.Context.hasSameType(Entity.getType(), Ty);
5872 InitializedEntity InitEntity = IsTemporary ? TempEntity : Entity;