Searched refs:UsingTok (Results 1 – 1 of 1) sorted by relevance
110 std::string computeUsingDeclarationLabel(const FormatToken *UsingTok) { in computeUsingDeclarationLabel() argument111 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() local233 std::string Label = computeUsingDeclarationLabel(UsingTok); in analyze()