Home | History | Annotate | Download | only in Sema

Lines Matching defs:TST_typename

294   static const TST TST_typename = clang::TST_typename;
405 return (T == TST_typename || T == TST_typeofType ||
516 assert(isDeclRep((TST) TypeSpecType) || TypeSpecType == TST_typename);