Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DTextNodeDumper.cpp1367 if (Node->getAtIndexMethodDecl()) in VisitObjCSubscriptRefExpr()
1368 Node->getAtIndexMethodDecl()->getSelector().print(OS); in VisitObjCSubscriptRefExpr()
DJSONNodeDumper.cpp1177 if (const ObjCMethodDecl *MD = OSRE->getAtIndexMethodDecl()) in VisitObjCSubscriptRefExpr()
DStmtProfile.cpp2214 VisitDecl(S->getAtIndexMethodDecl()); in VisitObjCSubscriptRefExpr()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DExprObjC.h886 ObjCMethodDecl *getAtIndexMethodDecl() const { in getAtIndexMethodDecl() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaPseudoObject.cpp81 refExpr->getAtIndexMethodDecl(), refExpr->setAtIndexMethodDecl(), in rebuildObjCSubscriptRefExpr()
DTreeTransform.h13984 E->getAtIndexMethodDecl(), in TransformObjCSubscriptRefExpr()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTWriterStmt.cpp1396 Record.AddDeclRef(E->getAtIndexMethodDecl()); in VisitObjCSubscriptRefExpr()