Home | History | Annotate | Download | only in src

Lines Matching refs:Parser

45 #include "parser.h"
669 Parser parser(info);
673 parser.set_allow_lazy(true);
674 if (!parser.Parse()) {
1019 if (Parser::Parse(info)) {
1109 if (Parser::Parse(*info)) {
1215 // builtins cannot be handled lazily by the parser, since we have to know
1217 // parser records.