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

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

Completed in 71 milliseconds