Searched refs:Braces (Results 1 – 7 of 7) sorted by relevance
494 BalancedDelimiterTracker Braces(*this, tok::l_brace); in ParseMicrosoftIfExistsBraceInitializer() local495 if (Braces.consumeOpen()) { in ParseMicrosoftIfExistsBraceInitializer()511 Braces.skipToEnd(); in ParseMicrosoftIfExistsBraceInitializer()543 Braces.consumeClose(); in ParseMicrosoftIfExistsBraceInitializer()
1803 BalancedDelimiterTracker Braces(*this, tok::l_brace); in ParseMicrosoftIfExistsExternalDeclaration() local1804 if (Braces.consumeOpen()) { in ParseMicrosoftIfExistsExternalDeclaration()1818 Braces.skipToEnd(); in ParseMicrosoftIfExistsExternalDeclaration()1831 Braces.consumeClose(); in ParseMicrosoftIfExistsExternalDeclaration()
2237 BalancedDelimiterTracker Braces(*this, tok::l_brace); in ParseMicrosoftIfExistsStatement() local2238 if (Braces.consumeOpen()) { in ParseMicrosoftIfExistsStatement()2252 Braces.skipToEnd(); in ParseMicrosoftIfExistsStatement()2262 Braces.consumeClose(); in ParseMicrosoftIfExistsStatement()
3229 BalancedDelimiterTracker Braces(*this, tok::l_brace); in ParseMicrosoftIfExistsClassDeclaration() local3230 if (Braces.consumeOpen()) { in ParseMicrosoftIfExistsClassDeclaration()3246 Braces.skipToEnd(); in ParseMicrosoftIfExistsClassDeclaration()3281 Braces.consumeClose(); in ParseMicrosoftIfExistsClassDeclaration()
42 enum Braces { OpeningBraceChar = 0x28, ClosingBraceChar = 0x29 }; enum
166 ## Braces parsing. ##170 AT_SETUP([Braces parsing])
15853 * tests/regression.at (Braces parsing): Use grep, not fgrep, as17570 * tests/regression.at (Braces parsing, Duplicate string)