Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1278 const ObjCSubscriptRefExpr *OSRE) { in VisitObjCSubscriptRefExpr() argument
1280 OSRE->isArraySubscriptRefExpr() ? "array" : "dictionary"); in VisitObjCSubscriptRefExpr()
1282 if (const ObjCMethodDecl *MD = OSRE->getAtIndexMethodDecl()) in VisitObjCSubscriptRefExpr()
1284 if (const ObjCMethodDecl *MD = OSRE->setAtIndexMethodDecl()) in VisitObjCSubscriptRefExpr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h317 void VisitObjCSubscriptRefExpr(const ObjCSubscriptRefExpr *OSRE);