Home | History | Annotate | Download | only in Sema

Lines Matching refs:isTypeRep

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