Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExpr.cpp597 llvm::raw_string_ostream POut(Proto); in ComputeName() local
622 POut << "("; in ComputeName()
625 if (i) POut << ", "; in ComputeName()
631 POut << "..."; in ComputeName()
635 POut << "void"; in ComputeName()
638 POut << ")"; in ComputeName()
643 POut << " const"; in ComputeName()
645 POut << " volatile"; in ComputeName()
648 POut << " &"; in ComputeName()
650 POut << " &&"; in ComputeName()
[all …]
H A DDeclPrinter.cpp608 llvm::raw_string_ostream POut(Proto); in VisitFunctionDecl() local
609 DeclPrinter TArgPrinter(POut, SubPolicy, Context, Indentation); in VisitFunctionDecl()
626 llvm::raw_string_ostream POut(Proto); in VisitFunctionDecl() local
627 DeclPrinter ParamPrinter(POut, SubPolicy, Context, Indentation); in VisitFunctionDecl()
629 if (i) POut << ", "; in VisitFunctionDecl()
634 if (D->getNumParams()) POut << ", "; in VisitFunctionDecl()
635 POut << "..."; in VisitFunctionDecl()