Searched refs:TOut (Results 1 – 1 of 1) sorted by relevance
597 llvm::raw_string_ostream TOut(TemplateParams); in ComputeName() local607 TOut << Param << " = "; in ComputeName()608 Args.get(i).print(Policy, TOut); in ComputeName()609 TOut << ", "; in ComputeName()623 TOut << Param << " = "; in ComputeName()624 Args->get(i).print(Policy, TOut); in ComputeName()625 TOut << ", "; in ComputeName()629 TOut.flush(); in ComputeName()