Home
last modified time | relevance | path

Searched refs:newContext (Results 1 – 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDeclObjC.cpp830 TypeParamListContext newContext) { in checkTypeParamListConsistency() argument
841 << static_cast<unsigned>(newContext) in checkTypeParamListConsistency()
857 newContext != TypeParamListContext::Definition) { in checkTypeParamListConsistency()
948 if (newContext == TypeParamListContext::ForwardDeclaration || in checkTypeParamListConsistency()
949 newContext == TypeParamListContext::Definition) { in checkTypeParamListConsistency()
960 << (newContext == TypeParamListContext::ForwardDeclaration) in checkTypeParamListConsistency()