Home | History | Annotate | Download | only in Sema

Lines Matching refs:IsTemporary

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