Searched refs:parseSwitch (Results 1 – 3 of 3) sorted by relevance
96 void parseSwitch();
845 parseSwitch(); in parseStructuralElement()1656 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