Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DTextNodeDumper.cpp1391 if (Node->setAtIndexMethodDecl()) in VisitObjCSubscriptRefExpr()
1392 Node->setAtIndexMethodDecl()->getSelector().print(OS); in VisitObjCSubscriptRefExpr()
H A DJSONNodeDumper.cpp1218 if (const ObjCMethodDecl *MD = OSRE->setAtIndexMethodDecl()) in VisitObjCSubscriptRefExpr()
H A DStmtProfile.cpp2295 VisitDecl(S->setAtIndexMethodDecl()); in VisitObjCSubscriptRefExpr()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExprObjC.h890 ObjCMethodDecl *setAtIndexMethodDecl() const { in setAtIndexMethodDecl() function
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaPseudoObject.cpp81 refExpr->getAtIndexMethodDecl(), refExpr->setAtIndexMethodDecl(), in rebuildObjCSubscriptRefExpr()
H A DTreeTransform.h14468 E->setAtIndexMethodDecl()); in TransformObjCSubscriptRefExpr()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterStmt.cpp1393 Record.AddDeclRef(E->setAtIndexMethodDecl()); in VisitObjCSubscriptRefExpr()