Searched refs:BracketDepth (Results 1 – 8 of 8) sorted by relevance
1094 unsigned BracketDepth = 0; in CollectPpImportSuffix() local1101 ++BracketDepth; in CollectPpImportSuffix()1105 if (BracketDepth == 0) in CollectPpImportSuffix()1107 --BracketDepth; in CollectPpImportSuffix()1111 if (BracketDepth == 0) in CollectPpImportSuffix()
470 if (getDepth() < P.getLangOpts().BracketDepth) { in consumeOpen()
1394 size_t BracketDepth = 0; in FindRegexVarEnd() local1397 if (Str.starts_with("]]") && BracketDepth == 0) in FindRegexVarEnd()1408 BracketDepth++; in FindRegexVarEnd()1411 if (BracketDepth == 0) { in FindRegexVarEnd()1417 BracketDepth--; in FindRegexVarEnd()
553 if (NumExpansions && S.getLangOpts().BracketDepth < NumExpansions) { in calculateConstraintSatisfaction()556 << *NumExpansions << S.getLangOpts().BracketDepth in calculateConstraintSatisfaction()
15290 if (NumExpansions && SemaRef.getLangOpts().BracketDepth < NumExpansions) { in TransformCXXFoldExpr()15293 << *NumExpansions << SemaRef.getLangOpts().BracketDepth in TransformCXXFoldExpr()
2778 << P.getLangOpts().BracketDepth; in diagnoseOverflow()2794 if (getDepth() < P.getLangOpts().BracketDepth) in expectAndConsume()
417 BENIGN_LANGOPT(BracketDepth, 32, 256,
7922 MarshallingInfoInt<LangOpts<"BracketDepth">, "256">;