Searched refs:InAsmComment (Results 1 – 1 of 1) sorted by relevance
342 bool InAsmComment = false; in ParseMicrosoftAsmStatement() local371 if (!InAsmComment && Tok.is(tok::l_brace)) { in ParseMicrosoftAsmStatement()380 } else if (!InAsmComment && Tok.is(tok::semi)) { in ParseMicrosoftAsmStatement()382 InAsmComment = true; in ParseMicrosoftAsmStatement()390 } else if (SingleLineMode || InAsmComment) { in ParseMicrosoftAsmStatement()405 InAsmComment = false; in ParseMicrosoftAsmStatement()410 } else if (!InAsmComment && Tok.is(tok::r_brace)) { in ParseMicrosoftAsmStatement()418 if (!InAsmComment && BraceNesting && Tok.is(tok::r_brace) && in ParseMicrosoftAsmStatement()439 if (InAsmComment) in ParseMicrosoftAsmStatement()