Searched refs:parseSwitch (Results 1 – 4 of 4) sorted by relevance
163 void parseSwitch(bool IsExpr);
1527 parseSwitch(/*IsExpr=*/false); in parseStructuralElement() 2088 parseSwitch(/*IsExpr=*/true); in parseStructuralElement() 2642 parseSwitch(/*IsExpr=*/true); in parseParens() 3329 void UnwrappedLineParser::parseSwitch(bool IsExpr) { in parseSwitch() function in clang::format::UnwrappedLineParser
633 bool parseSwitch(Instruction *&Inst, PerFunctionState &PFS);
6862 return parseSwitch(Inst, PFS); in parseInstruction()7178 bool LLParser::parseSwitch(Instruction *&Inst, PerFunctionState &PFS) { in parseSwitch() function in LLParser