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

References

tools/clang/include/clang/AST/DeclObjC.h
 2329   ObjCTypeParamList *getTypeParamList() const { return TypeParamList; }
tools/clang/lib/AST/DeclObjC.cpp
 2029   TypeParamList = TPL;
 2033   for (auto *typeParam : *TypeParamList)
tools/clang/lib/Serialization/ASTReaderDecl.cpp
 1238   CD->TypeParamList = ReadObjCTypeParamList();
tools/clang/lib/Serialization/ASTWriterDecl.cpp
  818   AddObjCTypeParamList(D->TypeParamList);