Home | History | Annotate | Download | only in initial

Lines Matching refs:ParseNumberExpr

326 static std::unique_ptr<NumberExprAST> ParseNumberExpr() {
479 case tok_number: return ParseNumberExpr();