Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp1381 dcTypeParams = dcClassDecl->getTypeParamList(); in getObjCSubstitutions()
1393 dcTypeParams = dcCategoryDecl->getTypeParamList(); in getObjCSubstitutions()
1452 if (ID->getTypeParamList()) in acceptsObjCTypeParams()
1486 ObjCTypeParamList *superClassTypeParams = superClassDecl->getTypeParamList(); in computeSuperClassTypeSlow()
1501 ObjCTypeParamList *typeParams = classDecl->getTypeParamList(); in computeSuperClassTypeSlow()
H A DDeclPrinter.cpp1365 if (auto TypeParams = PID->getTypeParamList()) { in VisitObjCCategoryDecl()
H A DASTDumper.cpp1281 dumpObjCTypeParamList(D->getTypeParamList()); in VisitObjCCategoryDecl()
H A DDeclObjC.cpp308 ObjCTypeParamList *ObjCInterfaceDecl::getTypeParamList() const { in getTypeParamList() function in ObjCInterfaceDecl
H A DASTContext.cpp8204 ObjCTypeParamList *typeParams = iface->getTypeParamList(); in sameObjCTypeArgs()
H A DASTImporter.cpp3961 if (auto PListOrErr = ImportObjCTypeParamList(D->getTypeParamList())) in VisitObjCCategoryDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp758 ObjCTypeParamList *TypeParams = Interface->getTypeParamList(); in checkPreObjCMessage()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclObjC.h1301 ObjCTypeParamList *getTypeParamList() const;
2330 ObjCTypeParamList *getTypeParamList() const { return TypeParamList; } in getTypeParamList() function
H A DRecursiveASTVisitor.h1515 if (ObjCTypeParamList *typeParamList = D->getTypeParamList()) {
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp1014 if (ObjCTypeParamList *prevTypeParamList = PrevIDecl->getTypeParamList()) { in ActOnStartClassInterface()
1429 if (auto typeParams = baseClass->getTypeParamList()) { in actOnObjCTypeArgsOrProtocolQualifiers()
1841 if (auto prevTypeParamList = IDecl->getTypeParamList()) { in ActOnStartCategoryInterface()
3080 if (ObjCTypeParamList *PrevTypeParams = PrevIDecl->getTypeParamList()) { in ActOnForwardClassDeclaration()
H A DSemaType.cpp820 ObjCTypeParamList *typeParams = objcClass->getTypeParamList(); in applyObjCTypeArgs()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.h4200 return catDecl->getTypeParamList();