Searched refs:ObjCSubscriptRefExpr (Results 1 – 18 of 18) sorted by relevance
75 Expr *rebuildObjCSubscriptRefExpr(ObjCSubscriptRefExpr *refExpr) { in rebuildObjCSubscriptRefExpr() 79 return new (S.Context) ObjCSubscriptRefExpr( in rebuildObjCSubscriptRefExpr() 112 if (auto *SRE = dyn_cast<ObjCSubscriptRefExpr>(e)) in rebuild() 312 ObjCSubscriptRefExpr *RefExpr;322 ObjCSubscriptOpBuilder(Sema &S, ObjCSubscriptRefExpr *refExpr, bool IsUnique) in ObjCSubscriptOpBuilder() 1457 else if (ObjCSubscriptRefExpr *refExpr in rebuildAndCaptureObject() 1458 = dyn_cast<ObjCSubscriptRefExpr>(opaqueRef)) { in rebuildAndCaptureObject() 1489 } else if (isa<ObjCSubscriptRefExpr>(opaqueRef)) { in buildGet() 1527 } else if (ObjCSubscriptRefExpr *refExpr in buildSet() 1528 = dyn_cast<ObjCSubscriptRefExpr>(opaqueRe in buildSet() [all...]
348 if (isa<ObjCSubscriptRefExpr>(Source)) in DiagnoseUnusedExprResult()
795 return new (Context) ObjCSubscriptRefExpr( in BuildObjCArrayLiteral()
15766 TreeTransform<Derived>::TransformObjCSubscriptRefExpr(ObjCSubscriptRefExpr *E) {
106 class ObjCSubscriptRefExpr;202 ExprDependence computeDependence(ObjCSubscriptRefExpr *E);105 class ObjCSubscriptRefExpr; global() variable
844 class ObjCSubscriptRefExpr : public Expr {861 ObjCSubscriptRefExpr(Expr *base, Expr *key, QualType T, ExprValueKind VK, in ObjCSubscriptRefExpr() function871 explicit ObjCSubscriptRefExpr(EmptyShell Empty) in ObjCSubscriptRefExpr() function
318 void VisitObjCSubscriptRefExpr(const ObjCSubscriptRefExpr *Node);
322 void VisitObjCSubscriptRefExpr(const ObjCSubscriptRefExpr *OSRE);
2847 DEF_TRAVERSE_STMT(ObjCSubscriptRefExpr, {})
190 def ObjCSubscriptRefExpr : StmtNode<Expr>;
440 ExprDependence clang::computeDependence(ObjCSubscriptRefExpr *E) { in computeDependence()
1313 const ObjCSubscriptRefExpr *OSRE) { in VisitSYCLUniqueStableNameExpr()
2381 void StmtProfiler::VisitObjCSubscriptRefExpr(const ObjCSubscriptRefExpr *S) { in VisitTemplateArguments()
1737 const ObjCSubscriptRefExpr *Node) {
2589 if (isa<ObjCPropertyRefExpr, ObjCSubscriptRefExpr>(POE->getSyntacticForm())) in isUnusedResultAWarning() 2851 if (isa<ObjCPropertyRefExpr, ObjCSubscriptRefExpr>( in isUnusedResultAWarning()
1289 void StmtPrinter::VisitObjCSubscriptRefExpr(ObjCSubscriptRefExpr *Node) { in VisitIntegerLiteral()
1544 void ASTStmtReader::VisitObjCSubscriptRefExpr(ObjCSubscriptRefExpr *E) { in VisitObjCSubscriptRefExpr() 3329 S = new (Context) ObjCSubscriptRefExpr(Empty); in ReadStmtFromStream()
1498 void ASTStmtWriter::VisitObjCSubscriptRefExpr(ObjCSubscriptRefExpr *E) {