Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp817 enum class TypeParamListContext { enum
831 TypeParamListContext 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()
1021 TypeParamListContext::Definition)) { in ActOnStartClassInterface()
1854 ? TypeParamListContext::Category in ActOnStartCategoryInterface()
1855 : TypeParamListContext::Extension)) in ActOnStartCategoryInterface()
3112 TypeParamListContext::ForwardDeclaration)) { in ActOnForwardClassDeclaration()