Searched refs:BracketDepth (Results 1 – 6 of 6) 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()
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">;