Searched refs:TokenCount (Results 1 – 3 of 3) sorted by relevance
1404 size_t TokenCount = Line->Tokens.size(); in parseStructuralElement() local1407 (TokenCount > 1 || (TokenCount == 1 && !Line->Tokens.front().Tok->is( in parseStructuralElement()1454 TokenCount = Line->Tokens.size(); in parseStructuralElement()1455 if (TokenCount == 1 || in parseStructuralElement()1456 (TokenCount == 2 && Line->Tokens.front().Tok->is(tok::comment))) { in parseStructuralElement()
424 unsigned TokenCount = 0; variable1029 unsigned getTokenCount() const { return TokenCount; } in getTokenCount()
969 ++TokenCount; in Lex()