Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseInit.cpp494 BalancedDelimiterTracker Braces(*this, tok::l_brace); in ParseMicrosoftIfExistsBraceInitializer() local
495 if (Braces.consumeOpen()) { in ParseMicrosoftIfExistsBraceInitializer()
511 Braces.skipToEnd(); in ParseMicrosoftIfExistsBraceInitializer()
543 Braces.consumeClose(); in ParseMicrosoftIfExistsBraceInitializer()
DParser.cpp1803 BalancedDelimiterTracker Braces(*this, tok::l_brace); in ParseMicrosoftIfExistsExternalDeclaration() local
1804 if (Braces.consumeOpen()) { in ParseMicrosoftIfExistsExternalDeclaration()
1818 Braces.skipToEnd(); in ParseMicrosoftIfExistsExternalDeclaration()
1831 Braces.consumeClose(); in ParseMicrosoftIfExistsExternalDeclaration()
DParseStmt.cpp2237 BalancedDelimiterTracker Braces(*this, tok::l_brace); in ParseMicrosoftIfExistsStatement() local
2238 if (Braces.consumeOpen()) { in ParseMicrosoftIfExistsStatement()
2252 Braces.skipToEnd(); in ParseMicrosoftIfExistsStatement()
2262 Braces.consumeClose(); in ParseMicrosoftIfExistsStatement()
DParseDeclCXX.cpp3229 BalancedDelimiterTracker Braces(*this, tok::l_brace); in ParseMicrosoftIfExistsClassDeclaration() local
3230 if (Braces.consumeOpen()) { in ParseMicrosoftIfExistsClassDeclaration()
3246 Braces.skipToEnd(); in ParseMicrosoftIfExistsClassDeclaration()
3281 Braces.consumeClose(); in ParseMicrosoftIfExistsClassDeclaration()
/external/webkit/Source/WebCore/rendering/mathml/
DRenderMathMLFenced.cpp42 enum Braces { OpeningBraceChar = 0x28, ClosingBraceChar = 0x29 }; enum
/external/bison/tests/
Dregression.at166 ## Braces parsing. ##
170 AT_SETUP([Braces parsing])
/external/bison/
DChangeLog-201215853 * tests/regression.at (Braces parsing): Use grep, not fgrep, as
17570 * tests/regression.at (Braces parsing, Duplicate string)