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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp1386 size_t TokenCount = Line->Tokens.size(); local
1389 (TokenCount > 1 || (TokenCount == 1 && !Line->Tokens.front().Tok->is(
1429 TokenCount = Line->Tokens.size();
1430 if (TokenCount == 1 ||
1431 (TokenCount == 2 && Line->Tokens.front().Tok->is(tok::comment))) {
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h420 unsigned TokenCount = 0; member in class:clang::Preprocessor
1022 unsigned getTokenCount() const { return TokenCount; }
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp973 ++TokenCount;

Completed in 139 milliseconds