Lines Matching full:elif
163 elif "pragma" in expr:
238 elif name == 'command-name-exceptions':
240 elif name == 'command-returns-exceptions':
242 elif name == 'documentation-exceptions':
244 elif name == 'member-name-exceptions':
308 elif self.tok in '{}:,[]':
310 elif self.tok == "'":
326 elif ch == '\\':
329 elif ch == "'":
336 elif self.src.startswith('true', self.pos):
340 elif self.src.startswith('false', self.pos):
344 elif self.tok == '\n':
350 elif not self.tok.isspace():
406 elif self.tok == '[':
409 elif self.tok in tuple("'tf"):
531 elif match := self._match_at_name_colon(line):
546 elif match := re.match(
587 elif line.startswith('='):
748 elif kind == QAPIDoc.Kind.ERRORS:
753 elif kind == QAPIDoc.Kind.SINCE: