Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseStmtAsm.cpp342 bool InAsmComment = false; in ParseMicrosoftAsmStatement() local
371 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()