Home | History | Annotate | Download | only in Sema

Lines Matching refs:isTypeRep

616   assert(isTypeRep(T) && "T does not store a type");
685 assert(!isDeclRep(T) && !isTypeRep(T) && !isExprRep(T) &&