reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/DeclObjC.h
 1300   ObjCTypeParamList *getTypeParamList() const;

References

tools/clang/lib/AST/ASTContext.cpp
 8351   ObjCTypeParamList *typeParams = iface->getTypeParamList();
tools/clang/lib/AST/Type.cpp
 1456     dcTypeParams = dcClassDecl->getTypeParamList();
 1527       if (ID->getTypeParamList())
 1561   ObjCTypeParamList *superClassTypeParams = superClassDecl->getTypeParamList();
 1576   ObjCTypeParamList *typeParams = classDecl->getTypeParamList();
tools/clang/lib/Sema/SemaDeclObjC.cpp
 1017     if (ObjCTypeParamList *prevTypeParamList = PrevIDecl->getTypeParamList()) {
 1436           if (auto typeParams = baseClass->getTypeParamList()) {
 1846     if (auto prevTypeParamList = IDecl->getTypeParamList()) {
 3092       if (ObjCTypeParamList *PrevTypeParams = PrevIDecl->getTypeParamList()) {
tools/clang/lib/Sema/SemaType.cpp
  850   ObjCTypeParamList *typeParams = objcClass->getTypeParamList();
tools/clang/lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp
  750   ObjCTypeParamList *TypeParams = Interface->getTypeParamList();