Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DTextNodeDumper.cpp1330 if (Node->setAtIndexMethodDecl()) in VisitObjCSubscriptRefExpr()
1331 Node->setAtIndexMethodDecl()->getSelector().print(OS); in VisitObjCSubscriptRefExpr()
H A DJSONNodeDumper.cpp1140 if (const ObjCMethodDecl *MD = OSRE->setAtIndexMethodDecl()) in VisitObjCSubscriptRefExpr()
H A DStmtProfile.cpp2198 VisitDecl(S->setAtIndexMethodDecl()); in VisitObjCSubscriptRefExpr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprObjC.h890 ObjCMethodDecl *setAtIndexMethodDecl() const { in setAtIndexMethodDecl() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaPseudoObject.cpp81 refExpr->getAtIndexMethodDecl(), refExpr->setAtIndexMethodDecl(), in rebuildObjCSubscriptRefExpr()
H A DTreeTransform.h13920 E->setAtIndexMethodDecl()); in TransformObjCSubscriptRefExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp1386 Record.AddDeclRef(E->setAtIndexMethodDecl()); in VisitObjCSubscriptRefExpr()