Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDExpr.cpp597 llvm::raw_string_ostream TOut(TemplateParams); in ComputeName() local
607 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()