Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseStmtAsm.cpp384 unsigned BraceNesting = 0; in ParseMicrosoftAsmStatement() local
396 BraceNesting = 1; in ParseMicrosoftAsmStatement()
420 BraceNesting++; in ParseMicrosoftAsmStatement()
468 if (!BraceNesting) in ParseMicrosoftAsmStatement()
472 if (!InAsmComment && BraceNesting && Tok.is(tok::r_brace) && in ParseMicrosoftAsmStatement()
473 BraceCount == (savedBraceCount + BraceNesting)) { in ParseMicrosoftAsmStatement()
477 if (SingleLineMode || BraceNesting > 1) { in ParseMicrosoftAsmStatement()
482 BraceNesting--; in ParseMicrosoftAsmStatement()
485 if (BraceNesting == 0 && !SingleLineMode) in ParseMicrosoftAsmStatement()
513 if (BraceNesting && BraceCount != savedBraceCount) { in ParseMicrosoftAsmStatement()
[all …]