Searched refs:BracketDepth (Results 1 – 7 of 7) sorted by relevance
1079 unsigned BracketDepth = 0; in CollectPpImportSuffix() local1086 ++BracketDepth; in CollectPpImportSuffix()1090 if (BracketDepth == 0) in CollectPpImportSuffix()1092 --BracketDepth; in CollectPpImportSuffix()1096 if (BracketDepth == 0) in CollectPpImportSuffix()
435 if (getDepth() < P.getLangOpts().BracketDepth) { in consumeOpen()
1540 size_t BracketDepth = 0; in FindRegexVarEnd() local1543 if (Str.startswith("]]") && BracketDepth == 0) in FindRegexVarEnd()1554 BracketDepth++; in FindRegexVarEnd()1557 if (BracketDepth == 0) { in FindRegexVarEnd()1563 BracketDepth--; in FindRegexVarEnd()
2535 << P.getLangOpts().BracketDepth; in diagnoseOverflow()2551 if (getDepth() < P.getLangOpts().BracketDepth) in expectAndConsume()
356 BENIGN_LANGOPT(BracketDepth, 32, 256,
13441 if (NumExpansions && SemaRef.getLangOpts().BracketDepth < NumExpansions) { in TransformCXXFoldExpr()13444 << *NumExpansions << SemaRef.getLangOpts().BracketDepth in TransformCXXFoldExpr()
5521 MarshallingInfoInt<LangOpts<"BracketDepth">, "256">;