Searched defs:Braces (Results 1 – 9 of 9) sorted by relevance
101 StringRef Braces = Fmt.take_while([](char C) { return C == '{'; }); in splitLiteralAndReplacement() local
591 BalancedDelimiterTracker Braces(*this, tok::l_brace); in ParseMicrosoftIfExistsBraceInitializer() local
1086 BalancedDelimiterTracker Braces(*this, tok::l_brace); in ParseLambdaIntroducer() local3628 BalancedDelimiterTracker Braces(*this, tok::l_brace); in ParseRequiresExpression() local
2417 BalancedDelimiterTracker Braces(*this, tok::l_brace); in ParseMicrosoftIfExistsExternalDeclaration() local
2793 BalancedDelimiterTracker Braces(*this, tok::l_brace); in ParseMicrosoftIfExistsStatement() local
5171 BalancedDelimiterTracker Braces(*this, tok::l_brace); in ParseMicrosoftIfExistsClassDeclaration() local
684 unsigned Braces = 0; in GenerateNewArgTokens() local
2233 Braces enumerator
1206 SourceRange Braces) { in warnBracedScalarInit()