Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDModuleMap.cpp1175 unsigned squareDepth = 0; in skipUntil() local
1182 if (Tok.is(K) && braceDepth == 0 && squareDepth == 0) in skipUntil()
1189 if (Tok.is(K) && braceDepth == 0 && squareDepth == 0) in skipUntil()
1192 ++squareDepth; in skipUntil()
1203 if (squareDepth > 0) in skipUntil()
1204 --squareDepth; in skipUntil()
1210 if (braceDepth == 0 && squareDepth == 0 && Tok.is(K)) in skipUntil()