Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DJSONNodeDumper.cpp1133 const ObjCSubscriptRefExpr *OSRE) { in VisitObjCSubscriptRefExpr() argument
1135 OSRE->isArraySubscriptRefExpr() ? "array" : "dictionary"); in VisitObjCSubscriptRefExpr()
1137 if (const ObjCMethodDecl *MD = OSRE->getAtIndexMethodDecl()) in VisitObjCSubscriptRefExpr()
1139 if (const ObjCMethodDecl *MD = OSRE->setAtIndexMethodDecl()) in VisitObjCSubscriptRefExpr()
/external/llvm-project/clang/include/clang/AST/
DJSONNodeDumper.h298 void VisitObjCSubscriptRefExpr(const ObjCSubscriptRefExpr *OSRE);