Home | History | Annotate | Download | only in parser

Lines Matching defs:la

99                 char la = lexer.lookAhead(k);
100 if (la == '<'
101 || la == '\"'
102 || la == ':'
103 || la == '/')
105 else if (la == '\0')
110 char la = lexer.lookAhead(k);
111 if (la == '<' || la == '\"') {
113 } else if (la == ':' || la == '/') {