Home
last modified time | relevance | path

Searched defs:Braces (Results 1 – 11 of 11) sorted by relevance

/llvm-project/llvm/lib/Support/
H A DFormatVariadic.cpp101 StringRef Braces = Fmt.take_while([](char C) { return C == '{'; }); in splitLiteralAndReplacement() local
/llvm-project/clang/lib/Parse/
H A DParseInit.cpp591 BalancedDelimiterTracker Braces(*this, tok::l_brace); in ParseMicrosoftIfExistsBraceInitializer() local
H A DParseExprCXX.cpp1086 BalancedDelimiterTracker Braces(*this, tok::l_brace); ParseLambdaIntroducer() local
3628 BalancedDelimiterTracker Braces(*this, tok::l_brace); ParseRequiresExpression() local
H A DParser.cpp2417 BalancedDelimiterTracker Braces(*this, tok::l_brace); ParseMicrosoftIfExistsExternalDeclaration() local
H A DParseStmt.cpp2787 BalancedDelimiterTracker Braces(*this, tok::l_brace); ParseMicrosoftIfExistsStatement() local
H A DParseDeclCXX.cpp5171 BalancedDelimiterTracker Braces(*this, tok::l_brace); ParseMicrosoftIfExistsClassDeclaration() local
/llvm-project/clang/lib/Format/
H A DNamespaceEndCommentsFixer.cpp289 int Braces = 0; in analyze() local
/llvm-project/mlir/include/mlir/IR/
H A DOpImplementation.h752 Braces, global() enumerator
/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp684 unsigned Braces = 0; GenerateNewArgTokens() local
/llvm-project/clang/include/clang/AST/
H A DExprCXX.h2233 Braces global() enumerator
/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp1206 warnBracedScalarInit(Sema & S,const InitializedEntity & Entity,SourceRange Braces) warnBracedScalarInit() argument