Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp696 llvm::raw_string_ostream POut(Proto); in ComputeName() local
721 POut << "("; in ComputeName()
724 if (i) POut << ", "; in ComputeName()
730 POut << "..."; in ComputeName()
734 POut << "void"; in ComputeName()
737 POut << ")"; in ComputeName()
742 POut << " const"; in ComputeName()
744 POut << " volatile"; in ComputeName()
747 POut << " &"; in ComputeName()
749 POut << " &&"; in ComputeName()
[all …]
H A DDeclPrinter.cpp649 llvm::raw_string_ostream POut(Proto); in VisitFunctionDecl() local
650 DeclPrinter TArgPrinter(POut, SubPolicy, Context, Indentation); in VisitFunctionDecl()
677 llvm::raw_string_ostream POut(Proto); in VisitFunctionDecl() local
678 DeclPrinter ParamPrinter(POut, SubPolicy, Context, Indentation); in VisitFunctionDecl()
680 if (i) POut << ", "; in VisitFunctionDecl()
685 if (D->getNumParams()) POut << ", "; in VisitFunctionDecl()
686 POut << "..."; in VisitFunctionDecl()