Searched refs:typeParamList (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | DeclObjC.cpp | 1546 ObjCTypeParamList *typeParamList, in Create() argument 1551 ObjCInterfaceDecl(C, DC, atLoc, Id, typeParamList, ClassLoc, PrevDecl, in Create() 1569 ObjCTypeParamList *typeParamList, in ObjCInterfaceDecl() argument 1583 setTypeParamList(typeParamList); in ObjCInterfaceDecl() 2127 ObjCTypeParamList *typeParamList, in ObjCCategoryDecl() argument 2133 setTypeParamList(typeParamList); in ObjCCategoryDecl() 2142 ObjCTypeParamList *typeParamList, in Create() argument 2147 IDecl, typeParamList, IvarLBraceLoc, in Create()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 805 void Sema::popObjCTypeParamList(Scope *S, ObjCTypeParamList *typeParamList) { in popObjCTypeParamList() argument 806 for (auto *typeParam : *typeParamList) { in popObjCTypeParamList() 976 SourceLocation ClassLoc, ObjCTypeParamList *typeParamList, in ActOnStartClassInterface() argument 1017 if (typeParamList) { in ActOnStartClassInterface() 1020 typeParamList, in ActOnStartClassInterface() 1022 typeParamList = nullptr; in ActOnStartClassInterface() 1046 typeParamList = ObjCTypeParamList::create(Context, in ActOnStartClassInterface() 1056 typeParamList, PrevIDecl, ClassLoc); in ActOnStartClassInterface() 1820 SourceLocation ClassLoc, ObjCTypeParamList *typeParamList, in ActOnStartCategoryInterface() argument 1839 IDecl, typeParamList); in ActOnStartCategoryInterface() [all …]
|
| /openbsd-src/gnu/llvm/clang/tools/libclang/ |
| H A D | CursorVisitor.h | 235 bool VisitObjCTypeParamList(ObjCTypeParamList *typeParamList);
|
| H A D | CIndex.cpp | 1156 bool CursorVisitor::VisitObjCTypeParamList(ObjCTypeParamList *typeParamList) { in VisitObjCTypeParamList() argument 1157 if (!typeParamList) in VisitObjCTypeParamList() 1160 for (auto *typeParam : *typeParamList) { in VisitObjCTypeParamList()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 1235 IdentifierInfo *Id, ObjCTypeParamList *typeParamList, 1269 ObjCTypeParamList *typeParamList, 2336 ObjCTypeParamList *typeParamList, 2352 ObjCTypeParamList *typeParamList,
|
| H A D | RecursiveASTVisitor.h | 1646 if (ObjCTypeParamList *typeParamList = D->getTypeParamList()) { 1647 for (auto typeParam : *typeParamList) { 1664 if (ObjCTypeParamList *typeParamList = D->getTypeParamListAsWritten()) { 1665 for (auto typeParam : *typeParamList) {
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 10192 void popObjCTypeParamList(Scope *S, ObjCTypeParamList *typeParamList); 10196 SourceLocation ClassLoc, ObjCTypeParamList *typeParamList, 10237 SourceLocation ClassLoc, ObjCTypeParamList *typeParamList,
|