Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DTextNodeDumper.cpp1382 if (Node->getAtIndexMethodDecl()) in VisitObjCSubscriptRefExpr()
1383 Node->getAtIndexMethodDecl()->getSelector().print(OS); in VisitObjCSubscriptRefExpr()
H A DJSONNodeDumper.cpp1216 if (const ObjCMethodDecl *MD = OSRE->getAtIndexMethodDecl()) in VisitObjCSubscriptRefExpr()
H A DStmtProfile.cpp2294 VisitDecl(S->getAtIndexMethodDecl()); in VisitObjCSubscriptRefExpr()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExprObjC.h886 ObjCMethodDecl *getAtIndexMethodDecl() const { in getAtIndexMethodDecl() function
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaPseudoObject.cpp81 refExpr->getAtIndexMethodDecl(), refExpr->setAtIndexMethodDecl(), in rebuildObjCSubscriptRefExpr()
H A DTreeTransform.h14467 E->getAtIndexMethodDecl(), in TransformObjCSubscriptRefExpr()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterStmt.cpp1392 Record.AddDeclRef(E->getAtIndexMethodDecl()); in VisitObjCSubscriptRefExpr()