Searched refs:BraceNesting (Results 1 – 1 of 1) sorted by relevance
384 unsigned BraceNesting = 0; in ParseMicrosoftAsmStatement() local396 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 …]