Searched refs:typeParamList (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclObjC.cpp | 1541 const IdentifierInfo *Id, ObjCTypeParamList *typeParamList, in Create() argument 1544 ObjCInterfaceDecl(C, DC, atLoc, Id, typeParamList, ClassLoc, PrevDecl, in Create() 1562 const IdentifierInfo *Id, ObjCTypeParamList *typeParamList, in ObjCInterfaceDecl() argument 1574 setTypeParamList(typeParamList); in ObjCInterfaceDecl() 2117 ObjCInterfaceDecl *IDecl, ObjCTypeParamList *typeParamList, in ObjCCategoryDecl() argument 2122 setTypeParamList(typeParamList); in ObjCCategoryDecl() 2129 ObjCTypeParamList *typeParamList, SourceLocation IvarLBraceLoc, in Create() argument 2133 IDecl, typeParamList, IvarLBraceLoc, in Create()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 805 ObjCTypeParamList *typeParamList) { in popObjCTypeParamList() argument 806 for (auto *typeParam : *typeParamList) { in popObjCTypeParamList() 976 SourceLocation ClassLoc, ObjCTypeParamList *typeParamList, in ActOnStartClassInterface() argument 1018 if (typeParamList) { in ActOnStartClassInterface() 1021 typeParamList, in ActOnStartClassInterface() 1023 typeParamList = nullptr; in ActOnStartClassInterface() 1042 typeParamList = ObjCTypeParamList::create(Context, in ActOnStartClassInterface() 1052 ClassName, typeParamList, PrevIDecl, ClassLoc); in ActOnStartClassInterface() 1819 SourceLocation ClassLoc, ObjCTypeParamList *typeParamList, in ActOnStartCategoryInterface() argument 1839 CategoryName, IDecl, typeParamList); in ActOnStartCategoryInterface() [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaObjC.h | 246 void popObjCTypeParamList(Scope *S, ObjCTypeParamList *typeParamList); 250 SourceLocation ClassLoc, ObjCTypeParamList *typeParamList, 287 SourceLocation ClassLoc, ObjCTypeParamList *typeParamList,
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 1244 const IdentifierInfo *Id, ObjCTypeParamList *typeParamList, 1277 const IdentifierInfo *Id, ObjCTypeParamList *typeParamList, 2350 ObjCTypeParamList *typeParamList, 2364 ObjCTypeParamList *typeParamList,
|
| H A D | RecursiveASTVisitor.h | 1712 if (ObjCTypeParamList *typeParamList = D->getTypeParamList()) { 1713 for (auto typeParam : *typeParamList) { 1730 if (ObjCTypeParamList *typeParamList = D->getTypeParamListAsWritten()) { 1731 for (auto typeParam : *typeParamList) {
|