Searched refs:parseSwitch (Results 1 – 3 of 3) sorted by relevance
95 void parseSwitch();
744 parseSwitch(); in parseStructuralElement()1491 void UnwrappedLineParser::parseSwitch() { in parseSwitch() function in clang::format::UnwrappedLineParser
264 return parseSwitch(tbl); in parseStatement()392 private Stmnt parseSwitch(SymbolTable tbl) throws CompileError { in parseSwitch() method in Parser