Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
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()
H A DSemaStmt.cpp361 if (isa<ObjCSubscriptRefExpr>(Source)) in DiagnoseUnused()
H A DSemaExprObjC.cpp790 return new (Context) ObjCSubscriptRefExpr( in BuildObjCSubscriptExpression()
H A DTreeTransform.h16905 TreeTransform<Derived>::TransformObjCSubscriptRefExpr(ObjCSubscriptRefExpr *E) { in TransformObjCSubscriptRefExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DComputeDependence.h106 class ObjCSubscriptRefExpr; variable
204 ExprDependence computeDependence(ObjCSubscriptRefExpr *E);
H A DExprObjC.h838 class ObjCSubscriptRefExpr : public Expr {
855 ObjCSubscriptRefExpr(Expr *base, Expr *key, QualType T, ExprValueKind VK, in ObjCSubscriptRefExpr() function
865 explicit ObjCSubscriptRefExpr(EmptyShell Empty) in ObjCSubscriptRefExpr() function
H A DTextNodeDumper.h319 void VisitObjCSubscriptRefExpr(const ObjCSubscriptRefExpr *Node);
H A DJSONNodeDumper.h326 void VisitObjCSubscriptRefExpr(const ObjCSubscriptRefExpr *OSRE);
H A DRecursiveASTVisitor.h2891 DEF_TRAVERSE_STMT(ObjCSubscriptRefExpr, {})
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td191 def ObjCSubscriptRefExpr : StmtNode<Expr>;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DComputeDependence.cpp442 ExprDependence clang::computeDependence(ObjCSubscriptRefExpr *E) { in computeDependence()
H A DJSONNodeDumper.cpp1321 const ObjCSubscriptRefExpr *OSRE) { in VisitObjCSubscriptRefExpr()
H A DStmtProfile.cpp2430 void StmtProfiler::VisitObjCSubscriptRefExpr(const ObjCSubscriptRefExpr *S) { in VisitObjCSubscriptRefExpr()
H A DStmtPrinter.cpp1423 void StmtPrinter::VisitObjCSubscriptRefExpr(ObjCSubscriptRefExpr *Node) { in VisitObjCSubscriptRefExpr()
H A DExpr.cpp2606 if (isa<ObjCPropertyRefExpr, ObjCSubscriptRefExpr>(POE->getSyntacticForm())) in isReadIfDiscardedInCPlusPlus11()
2868 if (isa<ObjCPropertyRefExpr, ObjCSubscriptRefExpr>( in isUnusedResultAWarning()
H A DTextNodeDumper.cpp1890 const ObjCSubscriptRefExpr *Node) { in VisitObjCSubscriptRefExpr()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1563 void ASTStmtReader::VisitObjCSubscriptRefExpr(ObjCSubscriptRefExpr *E) { in VisitObjCSubscriptRefExpr()
3460 S = new (Context) ObjCSubscriptRefExpr(Empty); in ReadStmtFromStream()
H A DASTWriterStmt.cpp1521 void ASTStmtWriter::VisitObjCSubscriptRefExpr(ObjCSubscriptRefExpr *E) { in VisitObjCSubscriptRefExpr()