Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DTextNodeDumper.cpp1391 if (Node->setAtIndexMethodDecl()) in VisitObjCSubscriptRefExpr()
1392 Node->setAtIndexMethodDecl()->getSelector().print(OS); in VisitObjCSubscriptRefExpr()
H A DJSONNodeDumper.cpp1186 if (const ObjCMethodDecl *MD = OSRE->setAtIndexMethodDecl()) in VisitObjCSubscriptRefExpr()
H A DStmtProfile.cpp2273 VisitDecl(S->setAtIndexMethodDecl()); in VisitObjCSubscriptRefExpr()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExprObjC.h890 ObjCMethodDecl *setAtIndexMethodDecl() const { in setAtIndexMethodDecl() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaPseudoObject.cpp81 refExpr->getAtIndexMethodDecl(), refExpr->setAtIndexMethodDecl(), in rebuildObjCSubscriptRefExpr()
H A DTreeTransform.h14280 E->setAtIndexMethodDecl()); in TransformObjCSubscriptRefExpr()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterStmt.cpp1395 Record.AddDeclRef(E->setAtIndexMethodDecl()); in VisitObjCSubscriptRefExpr()