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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp1049 if (Node->getAtIndexMethodDecl())
1050 Node->getAtIndexMethodDecl()->getSelector().print(OS);
H A DStmtProfile.cpp2047 VisitDecl(S->getAtIndexMethodDecl());
H A DJSONNodeDumper.cpp1122 if (const ObjCMethodDecl *MD = OSRE->getAtIndexMethodDecl())
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h896 ObjCMethodDecl *getAtIndexMethodDecl() const { function in class:clang::ObjCSubscriptRefExpr
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp81 refExpr->getAtIndexMethodDecl(), refExpr->setAtIndexMethodDecl(),
H A DTreeTransform.h12964 E->getAtIndexMethodDecl(),
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1287 Record.AddDeclRef(E->getAtIndexMethodDecl());

Completed in 174 milliseconds