Searched refs:parseDirectiveErrorIfdef (Results 1 – 1 of 1) sorted by relevance
1061 bool parseDirectiveErrorIfdef(SMLoc DirectiveLoc, bool ExpectDefined);2474 return parseDirectiveErrorIfdef(IDLoc, true); in parseStatement()2476 return parseDirectiveErrorIfdef(IDLoc, false); in parseStatement()6518 bool MasmParser::parseDirectiveErrorIfdef(SMLoc DirectiveLoc, in parseDirectiveErrorIfdef() function in MasmParser