Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
HDPreprocessor.h673 unsigned TokenCount = 0; variable
1322 unsigned getTokenCount() const { return TokenCount; } in getTokenCount()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
HDUnwrappedLineParser.cpp1954 size_t TokenCount = Line->Tokens.size(); in parseStructuralElement() local
1956 (TokenCount > 1 || in parseStructuralElement()
1957 (TokenCount == 1 && in parseStructuralElement()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
HDPreprocessor.cpp972 ++TokenCount; in Lex()