Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmtAsm.cpp365 unsigned BraceNesting = 0; in ParseMicrosoftAsmStatement() local
377 BraceNesting = 1; in ParseMicrosoftAsmStatement()
400 BraceNesting++; in ParseMicrosoftAsmStatement()
446 if (!BraceNesting) in ParseMicrosoftAsmStatement()
450 if (!InAsmComment && BraceNesting && Tok.is(tok::r_brace) && in ParseMicrosoftAsmStatement()
451 BraceCount == (savedBraceCount + BraceNesting)) { in ParseMicrosoftAsmStatement()
455 if (SingleLineMode || BraceNesting > 1) { in ParseMicrosoftAsmStatement()
460 BraceNesting--; in ParseMicrosoftAsmStatement()
463 if (BraceNesting == 0 && !SingleLineMode) in ParseMicrosoftAsmStatement()
491 if (BraceNesting && BraceCount != savedBraceCount) { in ParseMicrosoftAsmStatement()
[all …]