Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DStmtDumper.cpp712 if (Node->setAtIndexMethodDecl()) in VisitObjCSubscriptRefExpr()
713 OS << Node->setAtIndexMethodDecl()->getSelector().getAsString(); in VisitObjCSubscriptRefExpr()
DStmtProfile.cpp1040 VisitDecl(S->setAtIndexMethodDecl()); in VisitObjCSubscriptRefExpr()
/external/clang/include/clang/AST/
DExprObjC.h828 ObjCMethodDecl *setAtIndexMethodDecl() const { in setAtIndexMethodDecl() function
/external/clang/lib/Sema/
DSemaPseudoObject.cpp150 refExpr->setAtIndexMethodDecl(), in rebuildSpecific()
DTreeTransform.h8694 E->setAtIndexMethodDecl()); in TransformObjCSubscriptRefExpr()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp895 Writer.AddDeclRef(E->setAtIndexMethodDecl(), Record); in VisitObjCSubscriptRefExpr()