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