Home
last modified time | relevance | path

Searched refs:OSRE (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DJSONNodeDumper.cpp1180 const ObjCSubscriptRefExpr *OSRE) { in VisitObjCSubscriptRefExpr() argument
1182 OSRE->isArraySubscriptRefExpr() ? "array" : "dictionary"); in VisitObjCSubscriptRefExpr()
1184 if (const ObjCMethodDecl *MD = OSRE->getAtIndexMethodDecl()) in VisitObjCSubscriptRefExpr()
1186 if (const ObjCMethodDecl *MD = OSRE->setAtIndexMethodDecl()) in VisitObjCSubscriptRefExpr()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DJSONNodeDumper.h303 void VisitObjCSubscriptRefExpr(const ObjCSubscriptRefExpr *OSRE);