Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp1742 if (Node->getAtIndexMethodDecl()) in VisitTypedefType()
1743 Node->getAtIndexMethodDecl()->getSelector().print(OS);
H A DJSONNodeDumper.cpp1317 if (const ObjCMethodDecl *MD = OSRE->getAtIndexMethodDecl())
H A DStmtProfile.cpp2383 VisitDecl(S->getAtIndexMethodDecl()); in VisitTemplateArguments()
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h889 ObjCMethodDecl *getAtIndexMethodDecl() const { in getAtIndexMethodDecl() function
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp83 refExpr->getAtIndexMethodDecl(), refExpr->setAtIndexMethodDecl(), in rebuildObjCSubscriptRefExpr()
H A DTreeTransform.h15784 E->getAtIndexMethodDecl(),
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1503 Record.AddDeclRef(E->getAtIndexMethodDecl()); in VisitObjCMessageExpr()