Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp75 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...]
H A DSemaStmt.cpp348 if (isa<ObjCSubscriptRefExpr>(Source)) in DiagnoseUnusedExprResult()
H A DSemaExprObjC.cpp795 return new (Context) ObjCSubscriptRefExpr( in BuildObjCArrayLiteral()
H A DTreeTransform.h15766 TreeTransform<Derived>::TransformObjCSubscriptRefExpr(ObjCSubscriptRefExpr *E) {
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DComputeDependence.h106 class ObjCSubscriptRefExpr;
202 ExprDependence computeDependence(ObjCSubscriptRefExpr *E);
105 class ObjCSubscriptRefExpr; global() variable
H A DExprObjC.h844 class ObjCSubscriptRefExpr : public Expr {
861 ObjCSubscriptRefExpr(Expr *base, Expr *key, QualType T, ExprValueKind VK, in ObjCSubscriptRefExpr() function
871 explicit ObjCSubscriptRefExpr(EmptyShell Empty) in ObjCSubscriptRefExpr() function
H A DTextNodeDumper.h318 void VisitObjCSubscriptRefExpr(const ObjCSubscriptRefExpr *Node);
H A DJSONNodeDumper.h322 void VisitObjCSubscriptRefExpr(const ObjCSubscriptRefExpr *OSRE);
H A DRecursiveASTVisitor.h2847 DEF_TRAVERSE_STMT(ObjCSubscriptRefExpr, {})
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td190 def ObjCSubscriptRefExpr : StmtNode<Expr>;
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DComputeDependence.cpp440 ExprDependence clang::computeDependence(ObjCSubscriptRefExpr *E) { in computeDependence()
H A DJSONNodeDumper.cpp1313 const ObjCSubscriptRefExpr *OSRE) { in VisitSYCLUniqueStableNameExpr()
H A DStmtProfile.cpp2381 void StmtProfiler::VisitObjCSubscriptRefExpr(const ObjCSubscriptRefExpr *S) { in VisitTemplateArguments()
H A DTextNodeDumper.cpp1737 const ObjCSubscriptRefExpr *Node) {
H A DExpr.cpp2589 if (isa<ObjCPropertyRefExpr, ObjCSubscriptRefExpr>(POE->getSyntacticForm())) in isUnusedResultAWarning()
2851 if (isa<ObjCPropertyRefExpr, ObjCSubscriptRefExpr>( in isUnusedResultAWarning()
H A DStmtPrinter.cpp1289 void StmtPrinter::VisitObjCSubscriptRefExpr(ObjCSubscriptRefExpr *Node) { in VisitIntegerLiteral()
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1544 void ASTStmtReader::VisitObjCSubscriptRefExpr(ObjCSubscriptRefExpr *E) { in VisitObjCSubscriptRefExpr()
3329 S = new (Context) ObjCSubscriptRefExpr(Empty); in ReadStmtFromStream()
H A DASTWriterStmt.cpp1498 void ASTStmtWriter::VisitObjCSubscriptRefExpr(ObjCSubscriptRefExpr *E) {