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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
H A DUsingDeclarationsSorter.cpp80 /// \p UsingTok.
81 /// If \p UsingTok doesn't begin a using declaration, returns the empty string.
87 std::string computeUsingDeclarationLabel(const FormatToken *UsingTok) { argument
88 assert(UsingTok && UsingTok->is(tok::kw_using) && "Expecting a using token");
90 const FormatToken *Tok = UsingTok->Next;
200 const auto *UsingTok = local
202 std::string Label = computeUsingDeclarationLabel(UsingTok);

Completed in 110 milliseconds