Home
last modified time | relevance | path

Searched refs:ObjCSubscriptRefExpr (Results 1 – 21 of 21) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaPseudoObject.cpp73 Expr *rebuildObjCSubscriptRefExpr(ObjCSubscriptRefExpr *refExpr) { in rebuildObjCSubscriptRefExpr()
77 return new (S.Context) ObjCSubscriptRefExpr( in rebuildObjCSubscriptRefExpr()
110 if (auto *SRE = dyn_cast<ObjCSubscriptRefExpr>(e)) in rebuild()
305 ObjCSubscriptRefExpr *RefExpr;
315 ObjCSubscriptOpBuilder(Sema &S, ObjCSubscriptRefExpr *refExpr, bool IsUnique) in ObjCSubscriptOpBuilder()
1534 else if (ObjCSubscriptRefExpr *refExpr in checkPseudoObjectRValue()
1535 = dyn_cast<ObjCSubscriptRefExpr>(opaqueRef)) { in checkPseudoObjectRValue()
1566 } else if (isa<ObjCSubscriptRefExpr>(opaqueRef)) { in checkPseudoObjectIncDec()
1604 } else if (ObjCSubscriptRefExpr *refExpr in checkPseudoObjectAssignment()
1605 = dyn_cast<ObjCSubscriptRefExpr>(opaqueRef)) { in checkPseudoObjectAssignment()
H A DSemaExprObjC.cpp788 return new (Context) ObjCSubscriptRefExpr( in BuildObjCSubscriptExpression()
H A DSemaStmt.cpp342 if (isa<ObjCSubscriptRefExpr>(Source)) in DiagnoseUnusedExprResult()
H A DTreeTransform.h14261 TreeTransform<Derived>::TransformObjCSubscriptRefExpr(ObjCSubscriptRefExpr *E) { in TransformObjCSubscriptRefExpr()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DComputeDependence.h104 class ObjCSubscriptRefExpr; variable
198 ExprDependence computeDependence(ObjCSubscriptRefExpr *E);
H A DExprObjC.h841 class ObjCSubscriptRefExpr : public Expr {
858 ObjCSubscriptRefExpr(Expr *base, Expr *key, QualType T, ExprValueKind VK, in ObjCSubscriptRefExpr() function
868 explicit ObjCSubscriptRefExpr(EmptyShell Empty) in ObjCSubscriptRefExpr() function
H A DTextNodeDumper.h298 void VisitObjCSubscriptRefExpr(const ObjCSubscriptRefExpr *Node);
H A DJSONNodeDumper.h303 void VisitObjCSubscriptRefExpr(const ObjCSubscriptRefExpr *OSRE);
H A DRecursiveASTVisitor.h2785 DEF_TRAVERSE_STMT(ObjCSubscriptRefExpr, {})
/llvm-project-15.0.7/clang/test/SemaObjCXX/
H A Dobjc-container-subscripting.mm126 return array[N]; // array[N] should be a value- and instantiation-dependent ObjCSubscriptRefExpr
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DASTSelectionTest.cpp627 const auto &SRE = checkNode<ObjCSubscriptRefExpr>( in TEST()
650 const auto &SRE = checkNode<ObjCSubscriptRefExpr>( in TEST()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DStmtNodes.td188 def ObjCSubscriptRefExpr : StmtNode<Expr>;
/llvm-project-15.0.7/clang/lib/AST/
H A DComputeDependence.cpp408 ExprDependence clang::computeDependence(ObjCSubscriptRefExpr *E) { in computeDependence()
H A DJSONNodeDumper.cpp1180 const ObjCSubscriptRefExpr *OSRE) { in VisitObjCSubscriptRefExpr()
H A DTextNodeDumper.cpp1377 const ObjCSubscriptRefExpr *Node) { in VisitObjCSubscriptRefExpr()
H A DStmtProfile.cpp2270 void StmtProfiler::VisitObjCSubscriptRefExpr(const ObjCSubscriptRefExpr *S) { in VisitObjCSubscriptRefExpr()
H A DExpr.cpp2472 if (isa<ObjCPropertyRefExpr, ObjCSubscriptRefExpr>(POE->getSyntacticForm())) in isReadIfDiscardedInCPlusPlus11()
2734 if (isa<ObjCPropertyRefExpr, ObjCSubscriptRefExpr>( in isUnusedResultAWarning()
H A DStmtPrinter.cpp1227 void StmtPrinter::VisitObjCSubscriptRefExpr(ObjCSubscriptRefExpr *Node) { in VisitObjCSubscriptRefExpr()
/llvm-project-15.0.7/clang/test/AST/
H A Dast-dump-expr-json.m2068 // CHECK-NEXT: "kind": "ObjCSubscriptRefExpr",
2897 // CHECK-NEXT: "kind": "ObjCSubscriptRefExpr",
3344 // CHECK-NEXT: "kind": "ObjCSubscriptRefExpr",
4274 // CHECK-NEXT: "kind": "ObjCSubscriptRefExpr",
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp1502 void ASTStmtReader::VisitObjCSubscriptRefExpr(ObjCSubscriptRefExpr *E) { in VisitObjCSubscriptRefExpr()
3138 S = new (Context) ObjCSubscriptRefExpr(Empty); in ReadStmtFromStream()
H A DASTWriterStmt.cpp1389 void ASTStmtWriter::VisitObjCSubscriptRefExpr(ObjCSubscriptRefExpr *E) { in VisitObjCSubscriptRefExpr()