Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h887 ObjCMethodDecl *setAtIndexMethodDecl() const { in setAtIndexMethodDecl() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp1904 if (Node->setAtIndexMethodDecl()) in VisitObjCSubscriptRefExpr()
1905 Node->setAtIndexMethodDecl()->getSelector().print(OS); in VisitObjCSubscriptRefExpr()
H A DJSONNodeDumper.cpp1327 if (const ObjCMethodDecl *MD = OSRE->setAtIndexMethodDecl()) in VisitObjCSubscriptRefExpr()
H A DStmtProfile.cpp2433 VisitDecl(S->setAtIndexMethodDecl()); in VisitObjCSubscriptRefExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp81 refExpr->getAtIndexMethodDecl(), refExpr->setAtIndexMethodDecl(), in rebuildObjCSubscriptRefExpr()
H A DTreeTransform.h16924 E->setAtIndexMethodDecl()); in TransformObjCSubscriptRefExpr()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1527 Record.AddDeclRef(E->setAtIndexMethodDecl()); in VisitObjCSubscriptRefExpr()