Searched refs:typeParamList (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclObjC.cpp | 1495 ObjCTypeParamList *typeParamList, in Create() argument 1500 ObjCInterfaceDecl(C, DC, atLoc, Id, typeParamList, ClassLoc, PrevDecl, in Create() 1518 ObjCTypeParamList *typeParamList, in ObjCInterfaceDecl() argument 1532 setTypeParamList(typeParamList); in ObjCInterfaceDecl() 2034 ObjCTypeParamList *typeParamList, in ObjCCategoryDecl() argument 2040 setTypeParamList(typeParamList); in ObjCCategoryDecl() 2049 ObjCTypeParamList *typeParamList, in Create() argument 2054 IDecl, typeParamList, IvarLBraceLoc, in Create()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 806 for (auto typeParam : *typeParamList) { in popObjCTypeParamList() 1017 if (typeParamList) { in ActOnStartClassInterface() 1020 typeParamList, in ActOnStartClassInterface() 1022 typeParamList = nullptr; in ActOnStartClassInterface() 1046 typeParamList = ObjCTypeParamList::create(Context, in ActOnStartClassInterface() 1850 if (typeParamList) { in ActOnStartCategoryInterface() 1856 typeParamList = nullptr; in ActOnStartCategoryInterface() 1858 Diag(typeParamList->getLAngleLoc(), in ActOnStartCategoryInterface() 1862 << typeParamList->getSourceRange(); in ActOnStartCategoryInterface() 1864 typeParamList = nullptr; in ActOnStartCategoryInterface() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 1230 IdentifierInfo *Id, ObjCTypeParamList *typeParamList, 1264 ObjCTypeParamList *typeParamList, 2288 ObjCTypeParamList *typeParamList, 2304 ObjCTypeParamList *typeParamList,
|
| H A D | RecursiveASTVisitor.h | 1543 if (ObjCTypeParamList *typeParamList = D->getTypeParamList()) { 1544 for (auto typeParam : *typeParamList) { 1557 if (ObjCTypeParamList *typeParamList = D->getTypeParamListAsWritten()) { 1558 for (auto typeParam : *typeParamList) {
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 9536 void popObjCTypeParamList(Scope *S, ObjCTypeParamList *typeParamList); 9540 SourceLocation ClassLoc, ObjCTypeParamList *typeParamList, 9580 SourceLocation ClassLoc, ObjCTypeParamList *typeParamList,
|