Searched refs:ParseDirectiveElseIf (Results 1 – 1 of 1) sorted by relevance
232 bool ParseDirectiveElseIf(SMLoc DirectiveLoc); // ".elseif"997 return ParseDirectiveElseIf(IDLoc); in ParseStatement()2233 bool AsmParser::ParseDirectiveElseIf(SMLoc DirectiveLoc) { in ParseDirectiveElseIf() function in AsmParser