Searched refs:SuperTypeArgs (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaObjC.h | 252 ArrayRef<ParsedType> SuperTypeArgs, SourceRange SuperTypeArgsRange, 261 ArrayRef<ParsedType> SuperTypeArgs, SourceRange SuperTypeArgsRange);
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 556 ArrayRef<ParsedType> SuperTypeArgs, SourceRange SuperTypeArgsRange) { in ActOnSuperClassOfClassInterface() argument 642 if (!SuperTypeArgs.empty()) { in ActOnSuperClassOfClassInterface() 645 SuperTypeArgsRange.getBegin(), SuperTypeArgs, in ActOnSuperClassOfClassInterface() 978 ArrayRef<ParsedType> SuperTypeArgs, SourceRange SuperTypeArgsRange, in ActOnStartClassInterface() argument 1092 SuperName, SuperLoc, SuperTypeArgs, in ActOnStartClassInterface()
|