Searched refs:BracketDepth (Results 1 – 7 of 7) sorted by relevance
1085 unsigned BracketDepth = 0; in CollectPpImportSuffix() local1092 ++BracketDepth; in CollectPpImportSuffix()1096 if (BracketDepth == 0) in CollectPpImportSuffix()1098 --BracketDepth; in CollectPpImportSuffix()1102 if (BracketDepth == 0) in CollectPpImportSuffix()
470 if (getDepth() < P.getLangOpts().BracketDepth) { in consumeOpen()
1392 size_t BracketDepth = 0; in FindRegexVarEnd() local1395 if (Str.starts_with("]]") && BracketDepth == 0) in FindRegexVarEnd()1406 BracketDepth++; in FindRegexVarEnd()1409 if (BracketDepth == 0) { in FindRegexVarEnd()1415 BracketDepth--; in FindRegexVarEnd()
2745 << P.getLangOpts().BracketDepth; in diagnoseOverflow()2761 if (getDepth() < P.getLangOpts().BracketDepth) in expectAndConsume()
400 BENIGN_LANGOPT(BracketDepth, 32, 256,
14256 if (NumExpansions && SemaRef.getLangOpts().BracketDepth < NumExpansions) { in TransformCXXFoldExpr()14259 << *NumExpansions << SemaRef.getLangOpts().BracketDepth in TransformCXXFoldExpr()
7608 MarshallingInfoInt<LangOpts<"BracketDepth">, "256">;