Home | History | Annotate | Download | only in Sema

Lines Matching defs:IsTemporary

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