Searched refs:parseDirectiveErrorIfb (Results 1 – 1 of 1) sorted by relevance
942 bool parseDirectiveErrorIfb(SMLoc DirectiveLoc, bool ExpectBlank);2118 return parseDirectiveErrorIfb(IDLoc, true); in parseStatement()2120 return parseDirectiveErrorIfb(IDLoc, false); in parseStatement()5028 bool MasmParser::parseDirectiveErrorIfb(SMLoc DirectiveLoc, bool ExpectBlank) { in parseDirectiveErrorIfb() function in MasmParser