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

References

tools/clang/lib/AST/JSONNodeDumper.cpp
 1116   if (const ObjCMethodDecl *MD = OSRE->getAtIndexMethodDecl())
tools/clang/lib/AST/StmtProfile.cpp
 1988   VisitDecl(S->getAtIndexMethodDecl());
tools/clang/lib/AST/TextNodeDumper.cpp
 1046   if (Node->getAtIndexMethodDecl())
 1047     Node->getAtIndexMethodDecl()->getSelector().print(OS);
tools/clang/lib/Sema/SemaPseudoObject.cpp
   81           refExpr->getAtIndexMethodDecl(), refExpr->setAtIndexMethodDecl(),
tools/clang/lib/Sema/TreeTransform.h
12661                                                   E->getAtIndexMethodDecl(),
tools/clang/lib/Serialization/ASTWriterStmt.cpp
 1189   Record.AddDeclRef(E->getAtIndexMethodDecl());