Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DTextNodeDumper.cpp1321 if (Node->getAtIndexMethodDecl()) in VisitObjCSubscriptRefExpr()
1322 Node->getAtIndexMethodDecl()->getSelector().print(OS); in VisitObjCSubscriptRefExpr()
H A DJSONNodeDumper.cpp1138 if (const ObjCMethodDecl *MD = OSRE->getAtIndexMethodDecl()) in VisitObjCSubscriptRefExpr()
H A DStmtProfile.cpp2197 VisitDecl(S->getAtIndexMethodDecl()); in VisitObjCSubscriptRefExpr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprObjC.h886 ObjCMethodDecl *getAtIndexMethodDecl() const { in getAtIndexMethodDecl() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaPseudoObject.cpp81 refExpr->getAtIndexMethodDecl(), refExpr->setAtIndexMethodDecl(), in rebuildObjCSubscriptRefExpr()
H A DTreeTransform.h13919 E->getAtIndexMethodDecl(), in TransformObjCSubscriptRefExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp1385 Record.AddDeclRef(E->getAtIndexMethodDecl()); in VisitObjCSubscriptRefExpr()