Searched refs:ObjCIsaExpr (Results 1 – 15 of 15) sorted by relevance
103 class ObjCIsaExpr; variable195 ExprDependence computeDependence(ObjCIsaExpr *E);
1482 class ObjCIsaExpr : public Expr {1496 ObjCIsaExpr(Expr *base, bool isarrow, SourceLocation l, SourceLocation oploc, in ObjCIsaExpr() function1504 explicit ObjCIsaExpr(EmptyShell Empty) : Expr(ObjCIsaExprClass, Empty) {} in ObjCIsaExpr() function
2647 DEF_TRAVERSE_STMT(ObjCIsaExpr, {})
185 def ObjCIsaExpr : StmtNode<Expr>;
390 ExprDependence clang::computeDependence(ObjCIsaExpr *E) { in computeDependence()
2224 void StmtProfiler::VisitObjCIsaExpr(const ObjCIsaExpr *S) { in VisitObjCIsaExpr()
1440 void StmtPrinter::VisitObjCIsaExpr(ObjCIsaExpr *Node) { in VisitObjCIsaExpr()
1332 return new (S.Context) ObjCIsaExpr(BaseExpr.get(), IsArrow, MemberLoc, in LookupMemberExpr()
667 if (const ObjCIsaExpr *OISA = dyn_cast<ObjCIsaExpr>(E->IgnoreParenCasts())) { in DefaultLvalueConversion()14297 if (const ObjCIsaExpr *OISA = dyn_cast<ObjCIsaExpr>(LHS.get()->IgnoreParenCasts())) { in CreateBuiltinBinOp()14301 if (ObjectSetClass && isa<ObjCIsaExpr>(LHS.get())) { in CreateBuiltinBinOp()
13990 TreeTransform<Derived>::TransformObjCIsaExpr(ObjCIsaExpr *E) { in TransformObjCIsaExpr()
1071 void ASTStmtReader::VisitObjCIsaExpr(ObjCIsaExpr *E) { in VisitObjCIsaExpr()3097 S = new (Context) ObjCIsaExpr(Empty); in ReadStmtFromStream()
933 void ASTStmtWriter::VisitObjCIsaExpr(ObjCIsaExpr *E) { in VisitObjCIsaExpr()
523 Value *VisitObjCIsaExpr(ObjCIsaExpr *E) { in VisitObjCIsaExpr()4843 LValue CodeGenFunction::EmitObjCIsaExpr(const ObjCIsaExpr *E) { in EmitObjCIsaExpr()
3853 LValue EmitObjCIsaExpr(const ObjCIsaExpr *E);
1296 return EmitObjCIsaExpr(cast<ObjCIsaExpr>(E)); in EmitLValue()