Home
last modified time | relevance | path

Searched refs:BracketDepth (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Support/
H A DFileCheck.cpp490 size_t BracketDepth = 0; in FindRegexVarEnd() local
493 if (Str.startswith("]]") && BracketDepth == 0) in FindRegexVarEnd()
504 BracketDepth++; in FindRegexVarEnd()
507 if (BracketDepth == 0) { in FindRegexVarEnd()
513 BracketDepth--; in FindRegexVarEnd()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h417 if (getDepth() < P.getLangOpts().BracketDepth) { in consumeOpen()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParser.cpp2250 << P.getLangOpts().BracketDepth; in diagnoseOverflow()
2266 if (getDepth() < P.getLangOpts().BracketDepth) in expectAndConsume()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DLangOptions.def280 BENIGN_LANGOPT(BracketDepth, 32, 256,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp2655 Opts.BracketDepth = getLastArgIntValue(Args, OPT_fbracket_depth, 256, Diags); in ParseLangArgs()