Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmtAsm.cpp386 bool InAsmComment = false; in ParseMicrosoftAsmStatement() local
415 if (!InAsmComment && Tok.is(tok::l_brace)) { in ParseMicrosoftAsmStatement()
425 } else if (!InAsmComment && Tok.is(tok::semi)) { in ParseMicrosoftAsmStatement()
427 InAsmComment = true; in ParseMicrosoftAsmStatement()
435 } else if (SingleLineMode || InAsmComment) { in ParseMicrosoftAsmStatement()
450 InAsmComment = false; in ParseMicrosoftAsmStatement()
460 InAsmComment = true; in ParseMicrosoftAsmStatement()
464 } else if (!InAsmComment && Tok.is(tok::r_brace)) { in ParseMicrosoftAsmStatement()
472 if (!InAsmComment && BraceNesting && Tok.is(tok::r_brace) && in ParseMicrosoftAsmStatement()
498 if (InAsmComment) in ParseMicrosoftAsmStatement()