Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DUsingDeclarationsSorter.cpp88 std::string computeUsingDeclarationLabel(const FormatToken *UsingTok) { in computeUsingDeclarationLabel() argument
89 assert(UsingTok && UsingTok->is(tok::kw_using) && "Expecting a using token"); in computeUsingDeclarationLabel()
91 const FormatToken *Tok = UsingTok->Next; in computeUsingDeclarationLabel()
202 const auto *UsingTok = in analyze() local
204 std::string Label = computeUsingDeclarationLabel(UsingTok); in analyze()