Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DUsingDeclarationsSorter.cpp87 std::string computeUsingDeclarationLabel(const FormatToken *UsingTok) { in computeUsingDeclarationLabel() argument
88 assert(UsingTok && UsingTok->is(tok::kw_using) && "Expecting a using token"); in computeUsingDeclarationLabel()
90 const FormatToken *Tok = UsingTok->Next; in computeUsingDeclarationLabel()
200 const auto *UsingTok = in analyze() local
202 std::string Label = computeUsingDeclarationLabel(UsingTok); in analyze()