Home | History | Annotate | Download | only in Sema

Lines Matching defs:TST_typename

293   static const TST TST_typename = clang::TST_typename;
403 return (T == TST_typename || T == TST_typeofType ||
513 assert(isDeclRep((TST) TypeSpecType) || TypeSpecType == TST_typename);