Searched refs:ParseDirectiveElse (Results 1 – 1 of 1) sorted by relevance
233 bool ParseDirectiveElse(SMLoc DirectiveLoc); // ".else"999 return ParseDirectiveElse(IDLoc); in ParseStatement()2265 bool AsmParser::ParseDirectiveElse(SMLoc DirectiveLoc) { in ParseDirectiveElse() function in AsmParser