Home | History | Annotate | Download | only in Sema

Lines Matching refs:IsTemporary

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