Searched refs:typeParamList (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | DeclObjC.cpp | 1460 ObjCTypeParamList *typeParamList, in Create() argument 1465 ObjCInterfaceDecl(C, DC, atLoc, Id, typeParamList, ClassLoc, PrevDecl, in Create() 1483 ObjCTypeParamList *typeParamList, in ObjCInterfaceDecl() argument 1497 setTypeParamList(typeParamList); in ObjCInterfaceDecl() 1978 ObjCTypeParamList *typeParamList, in ObjCCategoryDecl() argument 1984 setTypeParamList(typeParamList); in ObjCCategoryDecl() 1993 ObjCTypeParamList *typeParamList, in Create() argument 1998 IDecl, typeParamList, IvarLBraceLoc, in Create()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 802 for (auto typeParam : *typeParamList) { in popObjCTypeParamList() 1015 if (typeParamList) { in ActOnStartClassInterface() 1018 typeParamList, in ActOnStartClassInterface() 1020 typeParamList = nullptr; in ActOnStartClassInterface() 1044 typeParamList = ObjCTypeParamList::create(Context, in ActOnStartClassInterface() 1840 if (typeParamList) { in ActOnStartCategoryInterface() 1846 typeParamList = nullptr; in ActOnStartCategoryInterface() 1848 Diag(typeParamList->getLAngleLoc(), in ActOnStartCategoryInterface() 1852 << typeParamList->getSourceRange(); in ActOnStartCategoryInterface() 1854 typeParamList = nullptr; in ActOnStartCategoryInterface() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 1254 IdentifierInfo *Id, ObjCTypeParamList *typeParamList, 1288 ObjCTypeParamList *typeParamList, 2304 ObjCTypeParamList *typeParamList, 2320 ObjCTypeParamList *typeParamList,
|
| H A D | RecursiveASTVisitor.h | 1515 if (ObjCTypeParamList *typeParamList = D->getTypeParamList()) { 1516 for (auto typeParam : *typeParamList) { 1529 if (ObjCTypeParamList *typeParamList = D->getTypeParamListAsWritten()) { 1530 for (auto typeParam : *typeParamList) {
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 7970 void popObjCTypeParamList(Scope *S, ObjCTypeParamList *typeParamList); 7974 SourceLocation ClassLoc, ObjCTypeParamList *typeParamList, 8014 SourceLocation ClassLoc, ObjCTypeParamList *typeParamList,
|