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

References

tools/clang/include/clang/AST/ASTNodeTraverser.h
  562     dumpObjCTypeParamList(D->getTypeParamList());
tools/clang/include/clang/AST/RecursiveASTVisitor.h
 1522   if (ObjCTypeParamList *typeParamList = D->getTypeParamList()) {
tools/clang/lib/AST/ASTImporter.cpp
 4078     if (auto PListOrErr = ImportObjCTypeParamList(D->getTypeParamList()))
tools/clang/lib/AST/DeclPrinter.cpp
 1421   if (auto TypeParams = PID->getTypeParamList()) {
tools/clang/lib/AST/Type.cpp
 1468     dcTypeParams = dcCategoryDecl->getTypeParamList();
tools/clang/lib/CodeGen/CodeGenFunction.h
 4226       return catDecl->getTypeParamList();
tools/clang/tools/libclang/CIndex.cpp
 1073   if (VisitObjCTypeParamList(ND->getTypeParamList()))