Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1696 dcTypeParams = dcClassDecl->getTypeParamList(); in getObjCSubstitutions()
1708 dcTypeParams = dcCategoryDecl->getTypeParamList(); in getObjCSubstitutions()
1767 if (ID->getTypeParamList()) in acceptsObjCTypeParams()
1801 ObjCTypeParamList *superClassTypeParams = superClassDecl->getTypeParamList(); in computeSuperClassTypeSlow()
1816 ObjCTypeParamList *typeParams = classDecl->getTypeParamList(); in computeSuperClassTypeSlow()
H A DDeclPrinter.cpp1594 if (auto TypeParams = PID->getTypeParamList()) { in VisitObjCCategoryDecl()
H A DDeclObjC.cpp319 ObjCTypeParamList *ObjCInterfaceDecl::getTypeParamList() const { in getTypeParamList() function in ObjCInterfaceDecl
H A DASTImporter.cpp5209 if (auto PListOrErr = ImportObjCTypeParamList(D->getTypeParamList())) in VisitObjCCategoryDecl()
H A DASTContext.cpp11026 ObjCTypeParamList *typeParams = iface->getTypeParamList(); in sameObjCTypeArgs()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp842 ObjCTypeParamList *TypeParams = Interface->getTypeParamList(); in checkPreObjCMessage()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h803 dumpObjCTypeParamList(D->getTypeParamList()); in VisitObjCCategoryDecl()
H A DDeclObjC.h1290 ObjCTypeParamList *getTypeParamList() const;
2374 ObjCTypeParamList *getTypeParamList() const { return TypeParamList; } in getTypeParamList() function
H A DRecursiveASTVisitor.h1712 if (ObjCTypeParamList *typeParamList = D->getTypeParamList()) {
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp1017 if (ObjCTypeParamList *prevTypeParamList = PrevIDecl->getTypeParamList()) { in ActOnStartClassInterface()
1455 if (auto typeParams = baseClass->getTypeParamList()) { in actOnObjCTypeArgsOrProtocolQualifiers()
1868 if (auto prevTypeParamList = IDecl->getTypeParamList()) { in ActOnStartCategoryInterface()
3130 if (ObjCTypeParamList *PrevTypeParams = PrevIDecl->getTypeParamList()) { in ActOnForwardClassDeclaration()
H A DSemaObjC.cpp520 ObjCTypeParamList *typeParams = objcClass->getTypeParamList(); in applyObjCTypeArgs()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp4617 return catDecl->getTypeParamList(); in isObjCMethodWithTypeParams()