Searched refs:TokenCount (Results 1 – 3 of 3) sorted by relevance
1400 size_t TokenCount = Line->Tokens.size(); in parseStructuralElement() local1403 (TokenCount > 1 || (TokenCount == 1 && !Line->Tokens.front().Tok->is( in parseStructuralElement()1443 TokenCount = Line->Tokens.size(); in parseStructuralElement()1444 if (TokenCount == 1 || in parseStructuralElement()1445 (TokenCount == 2 && Line->Tokens.front().Tok->is(tok::comment))) { in parseStructuralElement()
424 unsigned TokenCount = 0; variable1029 unsigned getTokenCount() const { return TokenCount; } in getTokenCount()
973 ++TokenCount; in Lex()