Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1544 const IdentifierInfo *Id, ObjCTypeParamList *typeParamList, in Create() argument
1547 ObjCInterfaceDecl(C, DC, atLoc, Id, typeParamList, ClassLoc, PrevDecl, in Create()
1565 const IdentifierInfo *Id, ObjCTypeParamList *typeParamList, in ObjCInterfaceDecl() argument
1577 setTypeParamList(typeParamList); in ObjCInterfaceDecl()
2120 ObjCInterfaceDecl *IDecl, ObjCTypeParamList *typeParamList, in ObjCCategoryDecl() argument
2125 setTypeParamList(typeParamList); in ObjCCategoryDecl()
2132 ObjCTypeParamList *typeParamList, SourceLocation IvarLBraceLoc, in Create() argument
2136 IDecl, typeParamList, IvarLBraceLoc, in Create()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp805 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()
1816 SourceLocation ClassLoc, ObjCTypeParamList *typeParamList, in ActOnStartCategoryInterface() argument
1836 CategoryName, IDecl, typeParamList); in ActOnStartCategoryInterface()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h258 void popObjCTypeParamList(Scope *S, ObjCTypeParamList *typeParamList);
262 SourceLocation ClassLoc, ObjCTypeParamList *typeParamList,
299 SourceLocation ClassLoc, ObjCTypeParamList *typeParamList,
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1246 const IdentifierInfo *Id, ObjCTypeParamList *typeParamList,
1279 const IdentifierInfo *Id, ObjCTypeParamList *typeParamList,
2350 ObjCTypeParamList *typeParamList,
2364 ObjCTypeParamList *typeParamList,
H A DRecursiveASTVisitor.h1682 if (ObjCTypeParamList *typeParamList = D->getTypeParamList()) {
1683 for (auto typeParam : *typeParamList) {
1700 if (ObjCTypeParamList *typeParamList = D->getTypeParamListAsWritten()) {
1701 for (auto typeParam : *typeParamList) {