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

References

tools/clang/lib/AST/JSONNodeDumper.cpp
 1118   if (const ObjCMethodDecl *MD = OSRE->setAtIndexMethodDecl())
tools/clang/lib/AST/StmtProfile.cpp
 1989   VisitDecl(S->setAtIndexMethodDecl());
tools/clang/lib/AST/TextNodeDumper.cpp
 1055   if (Node->setAtIndexMethodDecl())
 1056     Node->setAtIndexMethodDecl()->getSelector().print(OS);
tools/clang/lib/Sema/SemaPseudoObject.cpp
   81           refExpr->getAtIndexMethodDecl(), refExpr->setAtIndexMethodDecl(),
tools/clang/lib/Sema/TreeTransform.h
12662                                                   E->setAtIndexMethodDecl());
tools/clang/lib/Serialization/ASTWriterStmt.cpp
 1190   Record.AddDeclRef(E->setAtIndexMethodDecl());