Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp1516 if (Node->setAtIndexMethodDecl()) in VisitObjCSubscriptRefExpr()
1517 Node->setAtIndexMethodDecl()->getSelector().print(OS); in VisitObjCSubscriptRefExpr()
H A DJSONNodeDumper.cpp1284 if (const ObjCMethodDecl *MD = OSRE->setAtIndexMethodDecl()) in VisitObjCSubscriptRefExpr()
H A DStmtProfile.cpp2346 VisitDecl(S->setAtIndexMethodDecl()); in VisitObjCSubscriptRefExpr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h893 ObjCMethodDecl *setAtIndexMethodDecl() const { in setAtIndexMethodDecl() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp81 refExpr->getAtIndexMethodDecl(), refExpr->setAtIndexMethodDecl(), in rebuildObjCSubscriptRefExpr()
H A DTreeTransform.h14751 E->setAtIndexMethodDecl()); in TransformObjCSubscriptRefExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1494 Record.AddDeclRef(E->setAtIndexMethodDecl()); in VisitObjCSubscriptRefExpr()