Searched refs:AsmStringIR (Results 1 – 2 of 2) sorted by relevance
628 std::string AsmStringIR; in ParseMicrosoftAsmStatement() local632 if (Parser->parseMSInlineAsm(AsmLoc.getPtrEncoding(), AsmStringIR, NumOutputs, in ParseMicrosoftAsmStatement()665 return Actions.ActOnMSAsmStmt(AsmLoc, LBraceLocs[0], AsmToks, AsmStringIR, in ParseMicrosoftAsmStatement()
5745 std::string AsmStringIR; in parseMSInlineAsm() local5746 raw_string_ostream OS(AsmStringIR); in parseMSInlineAsm()