Home
last modified time | relevance | path

Searched refs:getAtIndexMethodDecl (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DTextNodeDumper.cpp1382 if (Node->getAtIndexMethodDecl()) in VisitObjCSubscriptRefExpr()
1383 Node->getAtIndexMethodDecl()->getSelector().print(OS); in VisitObjCSubscriptRefExpr()
H A DJSONNodeDumper.cpp1184 if (const ObjCMethodDecl *MD = OSRE->getAtIndexMethodDecl()) in VisitObjCSubscriptRefExpr()
H A DStmtProfile.cpp2272 VisitDecl(S->getAtIndexMethodDecl()); in VisitObjCSubscriptRefExpr()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExprObjC.h886 ObjCMethodDecl *getAtIndexMethodDecl() const { in getAtIndexMethodDecl() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaPseudoObject.cpp81 refExpr->getAtIndexMethodDecl(), refExpr->setAtIndexMethodDecl(), in rebuildObjCSubscriptRefExpr()
H A DTreeTransform.h14279 E->getAtIndexMethodDecl(), in TransformObjCSubscriptRefExpr()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterStmt.cpp1394 Record.AddDeclRef(E->getAtIndexMethodDecl()); in VisitObjCSubscriptRefExpr()