Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseStmtAsm.cpp403 bool InAsmComment = false; in ParseMicrosoftAsmStatement() local
432 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()