Searched refs:parseDirectiveElseIfdef (Results 1 – 1 of 1) sorted by relevance
1007 bool parseDirectiveElseIfdef(SMLoc DirectiveLoc, bool expect_defined);2215 return parseDirectiveElseIfdef(IDLoc, true); in parseStatement()2217 return parseDirectiveElseIfdef(IDLoc, false); in parseStatement()6384 bool MasmParser::parseDirectiveElseIfdef(SMLoc DirectiveLoc, in parseDirectiveElseIfdef() function in MasmParser