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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp1083 unsigned BracketDepth = 0; local
1090 ++BracketDepth;
1094 if (BracketDepth == 0)
1096 --BracketDepth;
1100 if (BracketDepth == 0)
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h435 if (getDepth() < P.getLangOpts().BracketDepth) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DFileCheck.cpp1392 size_t BracketDepth = 0; local
1395 if (Str.startswith("]]") && BracketDepth == 0)
1406 BracketDepth++;
1409 if (BracketDepth == 0) {
1415 BracketDepth--;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp2491 << P.getLangOpts().BracketDepth;
2507 if (getDepth() < P.getLangOpts().BracketDepth)
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp2945 Opts.BracketDepth = getLastArgIntValue(Args, OPT_fbracket_depth, 256, Diags);

Completed in 81 milliseconds