Searched refs:ObjCSubscriptRefExpr (Results 1 – 18 of 18) sorted by relevance
73 Expr *rebuildObjCSubscriptRefExpr(ObjCSubscriptRefExpr *refExpr) { in rebuildObjCSubscriptRefExpr()77 return new (S.Context) ObjCSubscriptRefExpr( in rebuildObjCSubscriptRefExpr()110 if (auto *SRE = dyn_cast<ObjCSubscriptRefExpr>(e)) in rebuild()310 ObjCSubscriptRefExpr *RefExpr;320 ObjCSubscriptOpBuilder(Sema &S, ObjCSubscriptRefExpr *refExpr, bool IsUnique) in ObjCSubscriptOpBuilder()1455 else if (ObjCSubscriptRefExpr *refExpr in checkRValue()1456 = dyn_cast<ObjCSubscriptRefExpr>(opaqueRef)) { in checkRValue()1487 } else if (isa<ObjCSubscriptRefExpr>(opaqueRef)) { in checkIncDec()1525 } else if (ObjCSubscriptRefExpr *refExpr in checkAssignment()1526 = dyn_cast<ObjCSubscriptRefExpr>(opaqueRef)) { in checkAssignment()
361 if (isa<ObjCSubscriptRefExpr>(Source)) in DiagnoseUnused()
790 return new (Context) ObjCSubscriptRefExpr( in BuildObjCSubscriptExpression()
16905 TreeTransform<Derived>::TransformObjCSubscriptRefExpr(ObjCSubscriptRefExpr *E) { in TransformObjCSubscriptRefExpr()
106 class ObjCSubscriptRefExpr; variable204 ExprDependence computeDependence(ObjCSubscriptRefExpr *E);
838 class ObjCSubscriptRefExpr : public Expr {855 ObjCSubscriptRefExpr(Expr *base, Expr *key, QualType T, ExprValueKind VK, in ObjCSubscriptRefExpr() function865 explicit ObjCSubscriptRefExpr(EmptyShell Empty) in ObjCSubscriptRefExpr() function
319 void VisitObjCSubscriptRefExpr(const ObjCSubscriptRefExpr *Node);
326 void VisitObjCSubscriptRefExpr(const ObjCSubscriptRefExpr *OSRE);
2891 DEF_TRAVERSE_STMT(ObjCSubscriptRefExpr, {})
191 def ObjCSubscriptRefExpr : StmtNode<Expr>;
442 ExprDependence clang::computeDependence(ObjCSubscriptRefExpr *E) { in computeDependence()
1321 const ObjCSubscriptRefExpr *OSRE) { in VisitObjCSubscriptRefExpr()
2430 void StmtProfiler::VisitObjCSubscriptRefExpr(const ObjCSubscriptRefExpr *S) { in VisitObjCSubscriptRefExpr()
1423 void StmtPrinter::VisitObjCSubscriptRefExpr(ObjCSubscriptRefExpr *Node) { in VisitObjCSubscriptRefExpr()
2606 if (isa<ObjCPropertyRefExpr, ObjCSubscriptRefExpr>(POE->getSyntacticForm())) in isReadIfDiscardedInCPlusPlus11()2868 if (isa<ObjCPropertyRefExpr, ObjCSubscriptRefExpr>( in isUnusedResultAWarning()
1890 const ObjCSubscriptRefExpr *Node) { in VisitObjCSubscriptRefExpr()
1563 void ASTStmtReader::VisitObjCSubscriptRefExpr(ObjCSubscriptRefExpr *E) { in VisitObjCSubscriptRefExpr()3460 S = new (Context) ObjCSubscriptRefExpr(Empty); in ReadStmtFromStream()
1521 void ASTStmtWriter::VisitObjCSubscriptRefExpr(ObjCSubscriptRefExpr *E) { in VisitObjCSubscriptRefExpr()