Searched refs:parseDirectiveElseIfdef (Results 1 – 1 of 1) sorted by relevance
908 bool parseDirectiveElseIfdef(SMLoc DirectiveLoc, bool expect_defined);1905 return parseDirectiveElseIfdef(IDLoc, true); in parseStatement()1907 return parseDirectiveElseIfdef(IDLoc, false); in parseStatement()4877 bool MasmParser::parseDirectiveElseIfdef(SMLoc DirectiveLoc, in parseDirectiveElseIfdef() function in MasmParser