Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1650 dcTypeParams = dcClassDecl->getTypeParamList(); in getObjCSubstitutions()
1662 dcTypeParams = dcCategoryDecl->getTypeParamList(); in getObjCSubstitutions()
1721 if (ID->getTypeParamList()) in acceptsObjCTypeParams()
1755 ObjCTypeParamList *superClassTypeParams = superClassDecl->getTypeParamList(); in computeSuperClassTypeSlow()
1770 ObjCTypeParamList *typeParams = classDecl->getTypeParamList(); in computeSuperClassTypeSlow()
H A DDeclPrinter.cpp1558 if (auto TypeParams = PID->getTypeParamList()) { in VisitObjCCategoryDecl()
H A DDeclObjC.cpp322 ObjCTypeParamList *ObjCInterfaceDecl::getTypeParamList() const { in getTypeParamList() function in ObjCInterfaceDecl
H A DASTImporter.cpp4932 if (auto PListOrErr = ImportObjCTypeParamList(D->getTypeParamList())) in VisitObjCCategoryDecl()
H A DASTContext.cpp10453 ObjCTypeParamList *typeParams = iface->getTypeParamList(); in sameObjCTypeArgs()
/src/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h767 dumpObjCTypeParamList(D->getTypeParamList()); in VisitObjCCategoryDecl()
H A DDeclObjC.h1292 ObjCTypeParamList *getTypeParamList() const;
2374 ObjCTypeParamList *getTypeParamList() const { return TypeParamList; } in getTypeParamList() function
H A DRecursiveASTVisitor.h1682 if (ObjCTypeParamList *typeParamList = D->getTypeParamList()) {
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp839 ObjCTypeParamList *TypeParams = Interface->getTypeParamList(); in checkPreObjCMessage()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp1017 if (ObjCTypeParamList *prevTypeParamList = PrevIDecl->getTypeParamList()) { in ActOnStartClassInterface()
1452 if (auto typeParams = baseClass->getTypeParamList()) { in actOnObjCTypeArgsOrProtocolQualifiers()
1865 if (auto prevTypeParamList = IDecl->getTypeParamList()) { in ActOnStartCategoryInterface()
3122 if (ObjCTypeParamList *PrevTypeParams = PrevIDecl->getTypeParamList()) { in ActOnForwardClassDeclaration()
H A DSemaObjC.cpp524 ObjCTypeParamList *typeParams = objcClass->getTypeParamList(); in applyObjCTypeArgs()
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp4442 return catDecl->getTypeParamList(); in isObjCMethodWithTypeParams()