Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp1521 dcTypeParams = dcClassDecl->getTypeParamList(); in getObjCSubstitutions()
1533 dcTypeParams = dcCategoryDecl->getTypeParamList(); in getObjCSubstitutions()
1592 if (ID->getTypeParamList()) in acceptsObjCTypeParams()
1626 ObjCTypeParamList *superClassTypeParams = superClassDecl->getTypeParamList(); in computeSuperClassTypeSlow()
1641 ObjCTypeParamList *typeParams = classDecl->getTypeParamList(); in computeSuperClassTypeSlow()
H A DDeclPrinter.cpp1440 if (auto TypeParams = PID->getTypeParamList()) { in VisitObjCCategoryDecl()
H A DDeclObjC.cpp309 ObjCTypeParamList *ObjCInterfaceDecl::getTypeParamList() const { in getTypeParamList() function in ObjCInterfaceDecl
H A DASTContext.cpp9123 ObjCTypeParamList *typeParams = iface->getTypeParamList(); in sameObjCTypeArgs()
H A DASTImporter.cpp4381 if (auto PListOrErr = ImportObjCTypeParamList(D->getTypeParamList())) in VisitObjCCategoryDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTNodeTraverser.h626 dumpObjCTypeParamList(D->getTypeParamList()); in VisitObjCCategoryDecl()
H A DDeclObjC.h1277 ObjCTypeParamList *getTypeParamList() const;
2314 ObjCTypeParamList *getTypeParamList() const { return TypeParamList; } in getTypeParamList() function
H A DRecursiveASTVisitor.h1533 if (ObjCTypeParamList *typeParamList = D->getTypeParamList()) {
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp843 ObjCTypeParamList *TypeParams = Interface->getTypeParamList(); in checkPreObjCMessage()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp1016 if (ObjCTypeParamList *prevTypeParamList = PrevIDecl->getTypeParamList()) { in ActOnStartClassInterface()
1441 if (auto typeParams = baseClass->getTypeParamList()) { in actOnObjCTypeArgsOrProtocolQualifiers()
1851 if (auto prevTypeParamList = IDecl->getTypeParamList()) { in ActOnStartCategoryInterface()
3108 if (ObjCTypeParamList *PrevTypeParams = PrevIDecl->getTypeParamList()) { in ActOnForwardClassDeclaration()
H A DSemaType.cpp855 ObjCTypeParamList *typeParams = objcClass->getTypeParamList(); in applyObjCTypeArgs()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.cpp4049 return catDecl->getTypeParamList(); in isObjCMethodWithTypeParams()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp1086 if (VisitObjCTypeParamList(ND->getTypeParamList())) in VisitObjCCategoryDecl()