Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DUsingDeclarationsSorter.cpp100 bool HasIdentifier = false; in computeUsingDeclarationLabel() local
102 HasIdentifier = true; in computeUsingDeclarationLabel()
110 if (HasIdentifier && Tok && Tok->isOneOf(tok::semi, tok::comma)) in computeUsingDeclarationLabel()