Searched refs:InAsmComment (Results 1 – 1 of 1) sorted by relevance
403 bool InAsmComment = false; in ParseMicrosoftAsmStatement() local432 if (!InAsmComment && Tok.is(tok::l_brace)) { in ParseMicrosoftAsmStatement()442 } else if (!InAsmComment && Tok.is(tok::semi)) { in ParseMicrosoftAsmStatement()444 InAsmComment = true; in ParseMicrosoftAsmStatement()452 } else if (SingleLineMode || InAsmComment) { in ParseMicrosoftAsmStatement()467 InAsmComment = false; in ParseMicrosoftAsmStatement()477 InAsmComment = true; in ParseMicrosoftAsmStatement()481 } else if (!InAsmComment && Tok.is(tok::r_brace)) { in ParseMicrosoftAsmStatement()489 if (!InAsmComment && BraceNesting && Tok.is(tok::r_brace) && in ParseMicrosoftAsmStatement()515 if (InAsmComment) in ParseMicrosoftAsmStatement()