Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDeclObjC.cpp733 TypeParamListContext newContext) { in checkTypeParamListConsistency() argument
744 << static_cast<unsigned>(newContext) in checkTypeParamListConsistency()
760 newContext != TypeParamListContext::Definition) { in checkTypeParamListConsistency()
851 if (newContext == TypeParamListContext::ForwardDeclaration || in checkTypeParamListConsistency()
852 newContext == TypeParamListContext::Definition) { in checkTypeParamListConsistency()
863 << (newContext == TypeParamListContext::ForwardDeclaration) in checkTypeParamListConsistency()