Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessor.h650 unsigned TokenCount = 0; variable
1303 unsigned getTokenCount() const { return TokenCount; } in getTokenCount()
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DUnwrappedLineParser.cpp1987 size_t TokenCount = Line->Tokens.size(); in parseStructuralElement() local
1989 (TokenCount > 1 || (TokenCount == 1 && !Line->Tokens.front().Tok->is( in parseStructuralElement()
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DPreprocessor.cpp992 ++TokenCount; in Lex()