Home | History | Annotate | Download | only in AST

Lines Matching defs:SC

729     Stmt::StmtClass SC = DecodeOperatorCall(S, UnaryOp, BinaryOp);
731 ID.AddInteger(SC);
734 if (SC == Stmt::UnaryOperatorClass)
736 else if (SC == Stmt::BinaryOperatorClass ||
737 SC == Stmt::CompoundAssignOperatorClass)
740 assert(SC == Stmt::ArraySubscriptExprClass);