Home | History | Annotate | Download | only in MCParser

Lines Matching full:elseif

430   bool ParseDirectiveElseIf(SMLoc DirectiveLoc); // ".elseif"
3614 /// ::= .elseif expression
3618 Error(DirectiveLoc, "Encountered a .elseif that doesn't follow a .if or "
3619 " an .elseif");
3635 return TokError("unexpected token in '.elseif' directive");
3656 ".elseif");
3754 DirectiveKindMap[".elseif"] = DK_ELSEIF;