Searched refs:parseDirectiveElseIfdef (Results 1 – 1 of 1) sorted by relevance
954 bool parseDirectiveElseIfdef(SMLoc DirectiveLoc, bool expect_defined);2098 return parseDirectiveElseIfdef(IDLoc, true); in parseStatement()2100 return parseDirectiveElseIfdef(IDLoc, false); in parseStatement()6059 bool MasmParser::parseDirectiveElseIfdef(SMLoc DirectiveLoc, in parseDirectiveElseIfdef() function in MasmParser