Searched refs:ParseCatchSwitch (Results 1 – 2 of 2) sorted by relevance
466 bool ParseCatchSwitch(Instruction *&Inst, PerFunctionState &PFS);
4730 case lltok::kw_catchswitch: return ParseCatchSwitch(Inst, PFS); in ParseInstruction()5222 bool LLParser::ParseCatchSwitch(Instruction *&Inst, PerFunctionState &PFS) { in ParseCatchSwitch() function in LLParser