Searched refs:parseSwitch (Results 1 – 4 of 4) sorted by relevance
141 void parseSwitch();
1523 parseSwitch(); in parseStructuralElement()3011 void UnwrappedLineParser::parseSwitch() { in parseSwitch() function in clang::format::UnwrappedLineParser
571 bool parseSwitch(Instruction *&Inst, PerFunctionState &PFS);
5991 return parseSwitch(Inst, PFS); in parseInstruction()6280 bool LLParser::parseSwitch(Instruction *&Inst, PerFunctionState &PFS) { in parseSwitch() function in LLParser