Searched refs:Braces (Results 1 – 10 of 10) sorted by relevance
| /trueos/contrib/llvm/tools/clang/lib/Parse/ |
| HD | ParseInit.cpp | 494 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()
|
| HD | Parser.cpp | 1911 BalancedDelimiterTracker Braces(*this, tok::l_brace); in ParseMicrosoftIfExistsExternalDeclaration() local 1912 if (Braces.consumeOpen()) { in ParseMicrosoftIfExistsExternalDeclaration() 1926 Braces.skipToEnd(); in ParseMicrosoftIfExistsExternalDeclaration() 1939 Braces.consumeClose(); in ParseMicrosoftIfExistsExternalDeclaration()
|
| HD | ParseStmt.cpp | 2704 BalancedDelimiterTracker Braces(*this, tok::l_brace); in ParseMicrosoftIfExistsStatement() local 2705 if (Braces.consumeOpen()) { in ParseMicrosoftIfExistsStatement() 2719 Braces.skipToEnd(); in ParseMicrosoftIfExistsStatement() 2729 Braces.consumeClose(); in ParseMicrosoftIfExistsStatement()
|
| HD | ParseDeclCXX.cpp | 3406 BalancedDelimiterTracker Braces(*this, tok::l_brace); in ParseMicrosoftIfExistsClassDeclaration() local 3407 if (Braces.consumeOpen()) { in ParseMicrosoftIfExistsClassDeclaration() 3423 Braces.skipToEnd(); in ParseMicrosoftIfExistsClassDeclaration() 3458 Braces.consumeClose(); in ParseMicrosoftIfExistsClassDeclaration()
|
| HD | ParseExprCXX.cpp | 823 BalancedDelimiterTracker Braces(*this, tok::l_brace); in ParseLambdaIntroducer() local 824 Braces.consumeOpen(); in ParseLambdaIntroducer() 825 Braces.skipToEnd(); in ParseLambdaIntroducer()
|
| /trueos/contrib/llvm/tools/clang/lib/Lex/ |
| HD | PPMacroExpansion.cpp | 420 unsigned Braces = 0; in GenerateNewArgTokens() local 438 ++Braces; in GenerateNewArgTokens() 440 --Braces; in GenerateNewArgTokens() 441 if (Braces == 0 && ClosingBrace == E && FoundSeparatorToken) in GenerateNewArgTokens() 445 if (Braces != 0) { in GenerateNewArgTokens()
|
| /trueos/contrib/libucl/ |
| HD | README.md | 89 * Braces are not necessary to enclose a top object: it is automatically treated as an object:
|
| /trueos/contrib/texinfo/doc/ |
| HD | texinfo.txi | 436 * Atsign Braces Comma:: Inserting @@ and @{@} and ,. 453 * Inserting Braces:: 1203 @cindex Braces, when to use 9979 * Atsign Braces Comma:: Inserting @@ and @{@} and ,. 9995 @node Atsign Braces Comma 10010 * Inserting Braces:: 10026 @node Inserting Braces 10028 @cindex Braces, inserting 13581 @cindex Braces, in macro arguments 16716 @xref{Atsign Braces Comma, , Inserting @@ and @{@} and @comma{}}. [all …]
|
| /trueos/contrib/texinfo/ |
| HD | ChangeLog | 2829 * doc/texinfo.txi (Atsign Braces Comma): Rename node.
|
| /trueos/contrib/gcc/ |
| HD | ChangeLog-2000 | 29816 dereferencing it. Braces to avoid "ambiguous else" were misplaced.
|