Home
last modified time | relevance | path

Searched refs:InAsmComment (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Parse/
DParseStmtAsm.cpp364 bool InAsmComment = false; in ParseMicrosoftAsmStatement() local
393 if (!InAsmComment && Tok.is(tok::l_brace)) { in ParseMicrosoftAsmStatement()
402 } else if (!InAsmComment && Tok.is(tok::semi)) { in ParseMicrosoftAsmStatement()
404 InAsmComment = true; in ParseMicrosoftAsmStatement()
412 } else if (SingleLineMode || InAsmComment) { in ParseMicrosoftAsmStatement()
427 InAsmComment = false; in ParseMicrosoftAsmStatement()
432 } else if (!InAsmComment && Tok.is(tok::r_brace)) { in ParseMicrosoftAsmStatement()
440 if (!InAsmComment && BraceNesting && Tok.is(tok::r_brace) && in ParseMicrosoftAsmStatement()
461 if (InAsmComment) in ParseMicrosoftAsmStatement()