Searched refs:ObjCIsaExpr (Results 1 – 15 of 15) sorted by relevance
106 class ObjCIsaExpr; variable201 ExprDependence computeDependence(ObjCIsaExpr *E);
1491 class ObjCIsaExpr : public Expr {1505 ObjCIsaExpr(Expr *base, bool isarrow, SourceLocation l, SourceLocation oploc, in ObjCIsaExpr() function1513 explicit ObjCIsaExpr(EmptyShell Empty) : Expr(ObjCIsaExprClass, Empty) {} in ObjCIsaExpr() function
2771 DEF_TRAVERSE_STMT(ObjCIsaExpr, {})
186 def ObjCIsaExpr : StmtNode<Expr>;
412 ExprDependence clang::computeDependence(ObjCIsaExpr *E) { in computeDependence()
2355 void StmtProfiler::VisitObjCIsaExpr(const ObjCIsaExpr *S) { in VisitObjCIsaExpr()
1614 void StmtPrinter::VisitObjCIsaExpr(ObjCIsaExpr *Node) { in VisitObjCIsaExpr()
1381 return new (S.Context) ObjCIsaExpr(BaseExpr.get(), IsArrow, MemberLoc, in LookupMemberExpr()
691 if (const ObjCIsaExpr *OISA = dyn_cast<ObjCIsaExpr>(E->IgnoreParenCasts())) { in DefaultLvalueConversion()15823 if (const ObjCIsaExpr *OISA = dyn_cast<ObjCIsaExpr>(LHS.get()->IgnoreParenCasts())) { in CreateBuiltinBinOp()15827 if (ObjectSetClass && isa<ObjCIsaExpr>(LHS.get())) { in CreateBuiltinBinOp()
14756 TreeTransform<Derived>::TransformObjCIsaExpr(ObjCIsaExpr *E) { in TransformObjCIsaExpr()
1082 void ASTStmtReader::VisitObjCIsaExpr(ObjCIsaExpr *E) { in VisitObjCIsaExpr()3281 S = new (Context) ObjCIsaExpr(Empty); in ReadStmtFromStream()
1014 void ASTStmtWriter::VisitObjCIsaExpr(ObjCIsaExpr *E) { in VisitObjCIsaExpr()
527 Value *VisitObjCIsaExpr(ObjCIsaExpr *E) { in VisitObjCIsaExpr()5203 LValue CodeGenFunction::EmitObjCIsaExpr(const ObjCIsaExpr *E) { in EmitObjCIsaExpr()
4030 LValue EmitObjCIsaExpr(const ObjCIsaExpr *E);
1539 return EmitObjCIsaExpr(cast<ObjCIsaExpr>(E)); in EmitLValueHelper()