Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDTextNodeDumper.cpp1751 if (Node->setAtIndexMethodDecl()) in VisitObjCSubscriptRefExpr()
1752 Node->setAtIndexMethodDecl()->getSelector().print(OS); in VisitObjCSubscriptRefExpr()
HDJSONNodeDumper.cpp1319 if (const ObjCMethodDecl *MD = OSRE->setAtIndexMethodDecl()) in VisitObjCSubscriptRefExpr()
HDStmtProfile.cpp2384 VisitDecl(S->setAtIndexMethodDecl()); in VisitObjCSubscriptRefExpr()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDExprObjC.h893 ObjCMethodDecl *setAtIndexMethodDecl() const { in setAtIndexMethodDecl() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaPseudoObject.cpp83 refExpr->getAtIndexMethodDecl(), refExpr->setAtIndexMethodDecl(), in rebuildObjCSubscriptRefExpr()
HDTreeTransform.h15785 E->setAtIndexMethodDecl()); in TransformObjCSubscriptRefExpr()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriterStmt.cpp1504 Record.AddDeclRef(E->setAtIndexMethodDecl()); in VisitObjCSubscriptRefExpr()