Home
last modified time | relevance | path

Searched refs:getTypeParamList (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DType.cpp1551 dcTypeParams = dcClassDecl->getTypeParamList(); in getObjCSubstitutions()
1563 dcTypeParams = dcCategoryDecl->getTypeParamList(); in getObjCSubstitutions()
1622 if (ID->getTypeParamList()) in acceptsObjCTypeParams()
1656 ObjCTypeParamList *superClassTypeParams = superClassDecl->getTypeParamList(); in computeSuperClassTypeSlow()
1671 ObjCTypeParamList *typeParams = classDecl->getTypeParamList(); in computeSuperClassTypeSlow()
H A DDeclPrinter.cpp1457 if (auto TypeParams = PID->getTypeParamList()) { in VisitObjCCategoryDecl()
H A DDeclObjC.cpp321 ObjCTypeParamList *ObjCInterfaceDecl::getTypeParamList() const { in getTypeParamList() function in ObjCInterfaceDecl
H A DASTImporter.cpp4615 if (auto PListOrErr = ImportObjCTypeParamList(D->getTypeParamList())) in VisitObjCCategoryDecl()
H A DASTContext.cpp9896 ObjCTypeParamList *typeParams = iface->getTypeParamList(); in sameObjCTypeArgs()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTNodeTraverser.h670 dumpObjCTypeParamList(D->getTypeParamList()); in VisitObjCCategoryDecl()
H A DDeclObjC.h1282 ObjCTypeParamList *getTypeParamList() const;
2362 ObjCTypeParamList *getTypeParamList() const { return TypeParamList; } in getTypeParamList() function
H A DRecursiveASTVisitor.h1646 if (ObjCTypeParamList *typeParamList = D->getTypeParamList()) {
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp841 ObjCTypeParamList *TypeParams = Interface->getTypeParamList(); in checkPreObjCMessage()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclObjC.cpp1016 if (ObjCTypeParamList *prevTypeParamList = PrevIDecl->getTypeParamList()) { in ActOnStartClassInterface()
1457 if (auto typeParams = baseClass->getTypeParamList()) { in actOnObjCTypeArgsOrProtocolQualifiers()
1868 if (auto prevTypeParamList = IDecl->getTypeParamList()) { in ActOnStartCategoryInterface()
3122 if (ObjCTypeParamList *PrevTypeParams = PrevIDecl->getTypeParamList()) { in ActOnForwardClassDeclaration()
H A DSemaType.cpp849 ObjCTypeParamList *typeParams = objcClass->getTypeParamList(); in applyObjCTypeArgs()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCall.cpp4190 return catDecl->getTypeParamList(); in isObjCMethodWithTypeParams()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp1092 if (VisitObjCTypeParamList(ND->getTypeParamList())) in VisitObjCCategoryDecl()