Lines Matching defs:ParseStatementInfo
98 struct ParseStatementInfo {
113 ParseStatementInfo() = delete;
114 ParseStatementInfo(SmallVectorImpl<AsmRewrite> *rewrites)
577 bool parseStatement(ParseStatementInfo &Info,
1047 bool parseDirectiveMSEmit(SMLoc DirectiveLoc, ParseStatementInfo &Info,
1051 bool parseDirectiveMSAlign(SMLoc DirectiveLoc, ParseStatementInfo &Info);
1375 ParseStatementInfo Info(&AsmStrRewrites);
2083 bool MasmParser::parseStatement(ParseStatementInfo &Info,
3286 ParseStatementInfo Info(&AsmStrRewrites);
7139 bool MasmParser::parseDirectiveMSEmit(SMLoc IDLoc, ParseStatementInfo &Info,
7156 bool MasmParser::parseDirectiveMSAlign(SMLoc IDLoc, ParseStatementInfo &Info) {
7369 ParseStatementInfo Info(&AsmStrRewrites);