Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmtAsm.cpp383 bool SingleLineMode = true; in ParseMicrosoftAsmStatement() local
395 SingleLineMode = false; in ParseMicrosoftAsmStatement()
428 if (!SingleLineMode) { in ParseMicrosoftAsmStatement()
435 } else if (SingleLineMode || InAsmComment) { in ParseMicrosoftAsmStatement()
447 if (SingleLineMode && (!isAsm || isGCCAsmStatement(NextToken()))) in ParseMicrosoftAsmStatement()
477 if (SingleLineMode || BraceNesting > 1) { in ParseMicrosoftAsmStatement()
485 if (BraceNesting == 0 && !SingleLineMode) in ParseMicrosoftAsmStatement()