Searched refs:parseAtUnwindOrAtExcept (Results 1 – 1 of 1) sorted by relevance
157 bool parseAtUnwindOrAtExcept(bool &unwind, bool &except);709 if (parseAtUnwindOrAtExcept(unwind, except)) in parseSEHDirectiveHandler()713 if (parseAtUnwindOrAtExcept(unwind, except)) in parseSEHDirectiveHandler()783 bool COFFAsmParser::parseAtUnwindOrAtExcept(bool &unwind, bool &except) { in parseAtUnwindOrAtExcept() function in COFFAsmParser