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