Searched refs:parseDirectiveElseIfdef (Results 1 – 1 of 1) sorted by relevance
1025 bool parseDirectiveElseIfdef(SMLoc DirectiveLoc, bool expect_defined);2198 return parseDirectiveElseIfdef(IDLoc, true); in parseStatement()2200 return parseDirectiveElseIfdef(IDLoc, false); in parseStatement()6371 bool MasmParser::parseDirectiveElseIfdef(SMLoc DirectiveLoc, in parseDirectiveElseIfdef() function in MasmParser