Searched refs:parseSwitch (Results 1 – 4 of 4) sorted by relevance
112 void parseSwitch();
1105 parseSwitch(); in parseStructuralElement()2313 void UnwrappedLineParser::parseSwitch() { in parseSwitch() function in clang::format::UnwrappedLineParser
569 bool parseSwitch(Instruction *&Inst, PerFunctionState &PFS);
6167 return parseSwitch(Inst, PFS); in parseInstruction()6456 bool LLParser::parseSwitch(Instruction *&Inst, PerFunctionState &PFS) { in parseSwitch() function in LLParser