Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DUnwrappedLineParser.cpp1404 size_t TokenCount = Line->Tokens.size(); in parseStructuralElement() local
1407 (TokenCount > 1 || (TokenCount == 1 && !Line->Tokens.front().Tok->is( in parseStructuralElement()
1454 TokenCount = Line->Tokens.size(); in parseStructuralElement()
1455 if (TokenCount == 1 || in parseStructuralElement()
1456 (TokenCount == 2 && Line->Tokens.front().Tok->is(tok::comment))) { in parseStructuralElement()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h424 unsigned TokenCount = 0; variable
1029 unsigned getTokenCount() const { return TokenCount; } in getTokenCount()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPreprocessor.cpp969 ++TokenCount; in Lex()