Searched refs:parseSwitch (Results 1 – 4 of 4) sorted by relevance
164 void parseSwitch(bool IsExpr);
1531 parseSwitch(/*IsExpr=*/false); in parseStructuralElement()2105 parseSwitch(/*IsExpr=*/true); in parseStructuralElement()2707 parseSwitch(/*IsExpr=*/true); in parseParens()3405 void UnwrappedLineParser::parseSwitch(bool IsExpr) { in parseSwitch() function in clang::format::UnwrappedLineParser
636 bool parseSwitch(Instruction *&Inst, PerFunctionState &PFS);
7162 return parseSwitch(Inst, PFS); in parseInstruction()7492 bool LLParser::parseSwitch(Instruction *&Inst, PerFunctionState &PFS) { in parseSwitch() function in LLParser