Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1313 const ObjCSubscriptRefExpr *OSRE) { in VisitObjCSubscriptRefExpr() argument
1315 OSRE->isArraySubscriptRefExpr() ? "array" : "dictionary"); in VisitObjCSubscriptRefExpr()
1317 if (const ObjCMethodDecl *MD = OSRE->getAtIndexMethodDecl()) in VisitObjCSubscriptRefExpr()
1319 if (const ObjCMethodDecl *MD = OSRE->setAtIndexMethodDecl()) in VisitObjCSubscriptRefExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h322 void VisitObjCSubscriptRefExpr(const ObjCSubscriptRefExpr *OSRE);