Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseStmtAsm.cpp340 unsigned BraceNesting = 0; in ParseMicrosoftAsmStatement() local
352 BraceNesting = 1; in ParseMicrosoftAsmStatement()
375 BraceNesting++; in ParseMicrosoftAsmStatement()
414 if (!BraceNesting) in ParseMicrosoftAsmStatement()
418 if (!InAsmComment && BraceNesting && Tok.is(tok::r_brace) && in ParseMicrosoftAsmStatement()
419 BraceCount == (savedBraceCount + BraceNesting)) { in ParseMicrosoftAsmStatement()
423 BraceNesting--; in ParseMicrosoftAsmStatement()
426 if (BraceNesting == 0 && !SingleLineMode) in ParseMicrosoftAsmStatement()
454 if (BraceNesting && BraceCount != savedBraceCount) { in ParseMicrosoftAsmStatement()
456 for (unsigned i = 0; i < BraceNesting; ++i) { in ParseMicrosoftAsmStatement()