Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Format/
DUnwrappedLineParser.cpp1400 size_t TokenCount = Line->Tokens.size(); in parseStructuralElement() local
1403 (TokenCount > 1 || (TokenCount == 1 && !Line->Tokens.front().Tok->is( in parseStructuralElement()
1443 TokenCount = Line->Tokens.size(); in parseStructuralElement()
1444 if (TokenCount == 1 || in parseStructuralElement()
1445 (TokenCount == 2 && Line->Tokens.front().Tok->is(tok::comment))) { in parseStructuralElement()
/external/llvm-project/clang/include/clang/Lex/
DPreprocessor.h424 unsigned TokenCount = 0; variable
1029 unsigned getTokenCount() const { return TokenCount; } in getTokenCount()
/external/llvm-project/clang/lib/Lex/
DPreprocessor.cpp973 ++TokenCount; in Lex()