Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUsingDeclarationsSorter.cpp110 std::string computeUsingDeclarationLabel(const FormatToken *UsingTok) { in computeUsingDeclarationLabel() argument
111 assert(UsingTok && UsingTok->is(tok::kw_using) && "Expecting a using token"); in computeUsingDeclarationLabel()
113 const FormatToken *Tok = UsingTok->Next; in computeUsingDeclarationLabel()
231 const auto *UsingTok = in analyze() local
233 std::string Label = computeUsingDeclarationLabel(UsingTok); in analyze()