Searched refs:BracketDepth (Results 1 – 7 of 7) sorted by relevance
1102 unsigned BracketDepth = 0; in CollectPpImportSuffix() local1109 ++BracketDepth; in CollectPpImportSuffix()1113 if (BracketDepth == 0) in CollectPpImportSuffix()1115 --BracketDepth; in CollectPpImportSuffix()1119 if (BracketDepth == 0) in CollectPpImportSuffix()
451 if (getDepth() < P.getLangOpts().BracketDepth) { in consumeOpen()
1547 size_t BracketDepth = 0; in FindRegexVarEnd() local1550 if (Str.startswith("]]") && BracketDepth == 0) in FindRegexVarEnd()1561 BracketDepth++; in FindRegexVarEnd()1564 if (BracketDepth == 0) { in FindRegexVarEnd()1570 BracketDepth--; in FindRegexVarEnd()
2690 << P.getLangOpts().BracketDepth; in diagnoseOverflow()2706 if (getDepth() < P.getLangOpts().BracketDepth) in expectAndConsume()
384 BENIGN_LANGOPT(BracketDepth, 32, 256,
13977 if (NumExpansions && SemaRef.getLangOpts().BracketDepth < NumExpansions) { in TransformCXXFoldExpr()13980 << *NumExpansions << SemaRef.getLangOpts().BracketDepth in TransformCXXFoldExpr()
6275 MarshallingInfoInt<LangOpts<"BracketDepth">, "256">;