Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp813 enum class TypeParamListContext { enum
827 TypeParamListContext newContext) { in checkTypeParamListConsistency()
854 newContext != TypeParamListContext::Definition) { in checkTypeParamListConsistency()
945 if (newContext == TypeParamListContext::ForwardDeclaration || in checkTypeParamListConsistency()
946 newContext == TypeParamListContext::Definition) { in checkTypeParamListConsistency()
957 << (newContext == TypeParamListContext::ForwardDeclaration) in checkTypeParamListConsistency()
1019 TypeParamListContext::Definition)) { in ActOnStartClassInterface()
1844 ? TypeParamListContext::Category in ActOnStartCategoryInterface()
1845 : TypeParamListContext::Extension)) in ActOnStartCategoryInterface()
3084 TypeParamListContext::ForwardDeclaration)) { in ActOnForwardClassDeclaration()