Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessor.h518 unsigned TokenCount = 0; variable
1176 unsigned getTokenCount() const { return TokenCount; } in getTokenCount()
/llvm-project-15.0.7/clang/lib/Format/
H A DUnwrappedLineParser.cpp1864 size_t TokenCount = Line->Tokens.size(); in parseStructuralElement() local
1866 (TokenCount > 1 || (TokenCount == 1 && !Line->Tokens.front().Tok->is( in parseStructuralElement()
/llvm-project-15.0.7/clang/lib/Lex/
H A DPreprocessor.cpp1003 ++TokenCount; in Lex()