Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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 DSemaStmt.cpp342 if (isa<ObjCSubscriptRefExpr>(Source)) in DiagnoseUnusedExprResult()
H A DSemaExprObjC.cpp789 return new (Context) ObjCSubscriptRefExpr( in BuildObjCSubscriptExpression()
H A DTreeTransform.h14449 TreeTransform<Derived>::TransformObjCSubscriptRefExpr(ObjCSubscriptRefExpr *E) { in TransformObjCSubscriptRefExpr()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DComputeDependence.h105 class ObjCSubscriptRefExpr; variable
200 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.h308 void VisitObjCSubscriptRefExpr(const ObjCSubscriptRefExpr *OSRE);
H A DRecursiveASTVisitor.h2782 DEF_TRAVERSE_STMT(ObjCSubscriptRefExpr, {})
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DStmtNodes.td189 def ObjCSubscriptRefExpr : StmtNode<Expr>;
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DComputeDependence.cpp408 ExprDependence clang::computeDependence(ObjCSubscriptRefExpr *E) { in computeDependence()
H A DJSONNodeDumper.cpp1212 const ObjCSubscriptRefExpr *OSRE) { in VisitObjCSubscriptRefExpr()
H A DStmtProfile.cpp2292 void StmtProfiler::VisitObjCSubscriptRefExpr(const ObjCSubscriptRefExpr *S) { in VisitObjCSubscriptRefExpr()
H A DTextNodeDumper.cpp1377 const ObjCSubscriptRefExpr *Node) { in VisitObjCSubscriptRefExpr()
H A DExpr.cpp2559 if (isa<ObjCPropertyRefExpr, ObjCSubscriptRefExpr>(POE->getSyntacticForm())) in isReadIfDiscardedInCPlusPlus11()
2821 if (isa<ObjCPropertyRefExpr, ObjCSubscriptRefExpr>( in isUnusedResultAWarning()
H A DStmtPrinter.cpp1233 void StmtPrinter::VisitObjCSubscriptRefExpr(ObjCSubscriptRefExpr *Node) { in VisitObjCSubscriptRefExpr()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp1508 void ASTStmtReader::VisitObjCSubscriptRefExpr(ObjCSubscriptRefExpr *E) { in VisitObjCSubscriptRefExpr()
3185 S = new (Context) ObjCSubscriptRefExpr(Empty); in ReadStmtFromStream()
H A DASTWriterStmt.cpp1387 void ASTStmtWriter::VisitObjCSubscriptRefExpr(ObjCSubscriptRefExpr *E) { in VisitObjCSubscriptRefExpr()