Home | History | Annotate | Download | only in Sema

Lines Matching refs:isExprRep

562   assert(isExprRep(T) && "T does not store an expr");
608 assert(!isDeclRep(T) && !isTypeRep(T) && !isExprRep(T) &&