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

/external/clang/lib/Lex/
H A DModuleMap.cpp1156 unsigned squareDepth = 0; local
1163 if (Tok.is(K) && braceDepth == 0 && squareDepth == 0)
1170 if (Tok.is(K) && braceDepth == 0 && squareDepth == 0)
1173 ++squareDepth;
1184 if (squareDepth > 0)
1185 --squareDepth;
1191 if (braceDepth == 0 && squareDepth == 0 && Tok.is(K))

Completed in 595 milliseconds