Searched refs:parseDirectiveElseIfdef (Results 1 – 1 of 1) sorted by relevance
1006 bool parseDirectiveElseIfdef(SMLoc DirectiveLoc, bool expect_defined);2178 return parseDirectiveElseIfdef(IDLoc, true); in parseStatement()2180 return parseDirectiveElseIfdef(IDLoc, false); in parseStatement()6355 bool MasmParser::parseDirectiveElseIfdef(SMLoc DirectiveLoc, in parseDirectiveElseIfdef() function in MasmParser