Home | History | Annotate | Download | only in Sema

Lines Matching refs:isExprRep

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