Searched refs:InAsmComment (Results 1 – 1 of 1) sorted by relevance
367 bool InAsmComment = false; in ParseMicrosoftAsmStatement() local395 if (!InAsmComment && Tok.is(tok::l_brace)) { in ParseMicrosoftAsmStatement()405 } else if (!InAsmComment && Tok.is(tok::semi)) { in ParseMicrosoftAsmStatement()407 InAsmComment = true; in ParseMicrosoftAsmStatement()414 } else if (SingleLineMode || InAsmComment) { in ParseMicrosoftAsmStatement()428 InAsmComment = false; in ParseMicrosoftAsmStatement()438 InAsmComment = true; in ParseMicrosoftAsmStatement()442 } else if (!InAsmComment && Tok.is(tok::r_brace)) { in ParseMicrosoftAsmStatement()450 if (!InAsmComment && BraceNesting && Tok.is(tok::r_brace) && in ParseMicrosoftAsmStatement()476 if (InAsmComment) in ParseMicrosoftAsmStatement()