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

References

tools/clang/lib/AST/JSONNodeDumper.cpp
 1073   if (const ObjCMethodDecl *MD = OBE->getBoxingMethod()) {
tools/clang/lib/AST/TextNodeDumper.cpp
  985   if (auto *BoxingMethod = Node->getBoxingMethod()) {
tools/clang/lib/CodeGen/CGObjC.cpp
   62   const ObjCMethodDecl *BoxingMethod = E->getBoxingMethod();
tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
 2630   ObjCMethodDecl *BoxingMethod = Exp->getBoxingMethod();
tools/clang/lib/Index/IndexBody.cpp
  336     if (ObjCMethodDecl *MD = E->getBoxingMethod()) {
tools/clang/lib/Sema/SemaExprCXX.cpp
 6418         D = BoxedExpr->getBoxingMethod();
tools/clang/lib/Serialization/ASTWriterStmt.cpp
 1085   Record.AddDeclRef(E->getBoxingMethod());
tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp
  519         if (const ObjCMethodDecl *Method = BL->getBoxingMethod())