Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h883 ObjCMethodDecl *getAtIndexMethodDecl() const { in getAtIndexMethodDecl() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp1895 if (Node->getAtIndexMethodDecl()) in VisitObjCSubscriptRefExpr()
1896 Node->getAtIndexMethodDecl()->getSelector().print(OS); in VisitObjCSubscriptRefExpr()
H A DJSONNodeDumper.cpp1325 if (const ObjCMethodDecl *MD = OSRE->getAtIndexMethodDecl()) in VisitObjCSubscriptRefExpr()
H A DStmtProfile.cpp2432 VisitDecl(S->getAtIndexMethodDecl()); in VisitObjCSubscriptRefExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp81 refExpr->getAtIndexMethodDecl(), refExpr->setAtIndexMethodDecl(), in rebuildObjCSubscriptRefExpr()
H A DTreeTransform.h16923 E->getAtIndexMethodDecl(), in TransformObjCSubscriptRefExpr()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1526 Record.AddDeclRef(E->getAtIndexMethodDecl()); in VisitObjCSubscriptRefExpr()