Lines Matching refs:Prec_Decl
413 static const unsigned Prec_Decl = 5; variable
426 case COP_Function: return Prec_Decl; in precedence()
427 case COP_SFunction: return Prec_Decl; in precedence()
428 case COP_Code: return Prec_Decl; in precedence()
429 case COP_Field: return Prec_Decl; in precedence()
446 case COP_SCFG: return Prec_Decl; in precedence()
455 case COP_Let: return Prec_Decl; in precedence()
640 self()->printSExpr(B, SS, Prec_Decl);
648 self()->printSExpr(E->body(), SS, Prec_Decl); in printSFunction()
653 self()->printSExpr(E->returnType(), SS, Prec_Decl-1); in printCode()
655 self()->printSExpr(E->body(), SS, Prec_Decl); in printCode()
660 self()->printSExpr(E->range(), SS, Prec_Decl-1); in printField()
662 self()->printSExpr(E->body(), SS, Prec_Decl); in printField()
887 printSExpr(E->variableDecl()->definition(), SS, Prec_Decl-1); in printLet()
889 printSExpr(E->body(), SS, Prec_Decl-1); in printLet()