Searched refs:BracketDepth (Results 1 – 8 of 8) sorted by relevance
1125 unsigned BracketDepth = 0; in CollectPpImportSuffix() local1132 ++BracketDepth; in CollectPpImportSuffix()1136 if (BracketDepth == 0) in CollectPpImportSuffix()1138 --BracketDepth; in CollectPpImportSuffix()1142 if (BracketDepth == 0) in CollectPpImportSuffix()
470 if (getDepth() < P.getLangOpts().BracketDepth) { in consumeOpen()
1434 size_t BracketDepth = 0; in FindRegexVarEnd() local1437 if (Str.starts_with("]]") && BracketDepth == 0) in FindRegexVarEnd()1448 BracketDepth++; in FindRegexVarEnd()1451 if (BracketDepth == 0) { in FindRegexVarEnd()1457 BracketDepth--; in FindRegexVarEnd()
314 if (NumExpansions && S.getLangOpts().BracketDepth < *NumExpansions) { in EvaluateFoldExpandedConstraintSize()317 << *NumExpansions << S.getLangOpts().BracketDepth in EvaluateFoldExpandedConstraintSize()
16407 if (NumExpansions && SemaRef.getLangOpts().BracketDepth < *NumExpansions) { in TransformCXXFoldExpr()16410 << *NumExpansions << SemaRef.getLangOpts().BracketDepth in TransformCXXFoldExpr()
2633 << P.getLangOpts().BracketDepth; in diagnoseOverflow()2649 if (getDepth() < P.getLangOpts().BracketDepth) in expectAndConsume()
384 LANGOPT(BracketDepth, 32, 256, Benign,
8464 MarshallingInfoInt<LangOpts<"BracketDepth">, "2048">;