Home | History | Annotate | Download | only in Sema

Lines Matching full:newcontext

755                                           TypeParamListContext newContext) {
766 << static_cast<unsigned>(newContext)
782 newContext != TypeParamListContext::Definition) {
873 if (newContext == TypeParamListContext::ForwardDeclaration ||
874 newContext == TypeParamListContext::Definition) {
885 << (newContext == TypeParamListContext::ForwardDeclaration)