Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h697 unsigned TokenCount = 0; variable
1333 unsigned getTokenCount() const { return TokenCount; } in getTokenCount()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp1003 ++TokenCount; in Lex()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp1962 size_t TokenCount = Line->Tokens.size(); in parseStructuralElement() local
1964 (TokenCount > 1 || in parseStructuralElement()
1965 (TokenCount == 1 && in parseStructuralElement()