Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DModuleMap.cpp1718 unsigned squareDepth = 0; in skipUntil() local
1725 if (Tok.is(K) && braceDepth == 0 && squareDepth == 0) in skipUntil()
1732 if (Tok.is(K) && braceDepth == 0 && squareDepth == 0) in skipUntil()
1735 ++squareDepth; in skipUntil()
1746 if (squareDepth > 0) in skipUntil()
1747 --squareDepth; in skipUntil()
1753 if (braceDepth == 0 && squareDepth == 0 && Tok.is(K)) in skipUntil()