Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DModuleMap.cpp1663 unsigned squareDepth = 0; in skipUntil() local
1670 if (Tok.is(K) && braceDepth == 0 && squareDepth == 0) in skipUntil()
1677 if (Tok.is(K) && braceDepth == 0 && squareDepth == 0) in skipUntil()
1680 ++squareDepth; in skipUntil()
1691 if (squareDepth > 0) in skipUntil()
1692 --squareDepth; in skipUntil()
1698 if (braceDepth == 0 && squareDepth == 0 && Tok.is(K)) in skipUntil()