Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseStmtAsm.cpp362 unsigned BraceNesting = 0; in ParseMicrosoftAsmStatement() local
374 BraceNesting = 1; in ParseMicrosoftAsmStatement()
397 BraceNesting++; in ParseMicrosoftAsmStatement()
436 if (!BraceNesting) in ParseMicrosoftAsmStatement()
440 if (!InAsmComment && BraceNesting && Tok.is(tok::r_brace) && in ParseMicrosoftAsmStatement()
441 BraceCount == (savedBraceCount + BraceNesting)) { in ParseMicrosoftAsmStatement()
445 BraceNesting--; in ParseMicrosoftAsmStatement()
448 if (BraceNesting == 0 && !SingleLineMode) in ParseMicrosoftAsmStatement()
476 if (BraceNesting && BraceCount != savedBraceCount) { in ParseMicrosoftAsmStatement()
478 for (unsigned i = 0; i < BraceNesting; ++i) { in ParseMicrosoftAsmStatement()