Searched refs:InAsmComment (Results 1 – 1 of 1) sorted by relevance
388 bool InAsmComment = false; in ParseMicrosoftAsmStatement() local417 if (!InAsmComment && Tok.is(tok::l_brace)) { in ParseMicrosoftAsmStatement()427 } else if (!InAsmComment && Tok.is(tok::semi)) { in ParseMicrosoftAsmStatement()429 InAsmComment = true; in ParseMicrosoftAsmStatement()437 } else if (SingleLineMode || InAsmComment) { in ParseMicrosoftAsmStatement()452 InAsmComment = false; in ParseMicrosoftAsmStatement()461 } else if (!InAsmComment && Tok.is(tok::r_brace)) { in ParseMicrosoftAsmStatement()469 if (!InAsmComment && BraceNesting && Tok.is(tok::r_brace) && in ParseMicrosoftAsmStatement()495 if (InAsmComment) in ParseMicrosoftAsmStatement()