Searched refs:parseDirectiveElseIfb (Results 1 – 1 of 1) sorted by relevance
1005 bool parseDirectiveElseIfb(SMLoc DirectiveLoc, bool ExpectBlank);2211 return parseDirectiveElseIfb(IDLoc, true); in parseStatement()2213 return parseDirectiveElseIfb(IDLoc, false); in parseStatement()6349 bool MasmParser::parseDirectiveElseIfb(SMLoc DirectiveLoc, bool ExpectBlank) { in parseDirectiveElseIfb() function in MasmParser