Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp831 TypeParamListContext newContext) { in checkTypeParamListConsistency() argument
842 << static_cast<unsigned>(newContext) in checkTypeParamListConsistency()
858 newContext != TypeParamListContext::Definition) { in checkTypeParamListConsistency()
948 if (newContext == TypeParamListContext::ForwardDeclaration || in checkTypeParamListConsistency()
949 newContext == TypeParamListContext::Definition) { in checkTypeParamListConsistency()
960 << (newContext == TypeParamListContext::ForwardDeclaration) in checkTypeParamListConsistency()