Lines Matching defs:ParseStatementInfo
98 struct ParseStatementInfo {
113 ParseStatementInfo() = delete;
114 ParseStatementInfo(SmallVectorImpl<AsmRewrite> *rewrites)
575 bool parseStatement(ParseStatementInfo &Info,
1045 bool parseDirectiveMSEmit(SMLoc DirectiveLoc, ParseStatementInfo &Info,
1049 bool parseDirectiveMSAlign(SMLoc DirectiveLoc, ParseStatementInfo &Info);
1373 ParseStatementInfo Info(&AsmStrRewrites);
2082 bool MasmParser::parseStatement(ParseStatementInfo &Info,
3285 ParseStatementInfo Info(&AsmStrRewrites);
7137 bool MasmParser::parseDirectiveMSEmit(SMLoc IDLoc, ParseStatementInfo &Info,
7154 bool MasmParser::parseDirectiveMSAlign(SMLoc IDLoc, ParseStatementInfo &Info) {
7367 ParseStatementInfo Info(&AsmStrRewrites);