Lines Matching full:printing
1 //===--- ASTDiagnostic.cpp - Diagnostic Printing Hooks for AST Nodes ------===//
203 /// \brief Convert the given type to a string suitable for printing as part of
207 /// a.k.a. clause when pretty-printing a type:
352 // Don't fall-back during tree printing. The caller will handle
358 // and continue with regular type printing of the appropriate type.
464 /// Policy - Used during expression printing.
476 /// FromType - When single type printing is selected, this is the type to be
477 /// be printed. When tree printing is selected, this type will show up first
481 /// ToType - The type that FromType is compared to. Only in tree printing
1579 // TODO: merge this with other aka printing above.
1631 /// PrintExpr - Actual formatting and printing of expressions.
1644 /// PrintTemplateTemplate - Handles printing of template template arguments,
1677 /// PrintAPSInt - Handles printing of integral arguments, highlighting
1752 /// PrintDecl - Handles printing of Decl arguments, highlighting
1813 // Inline printing:
1817 // Tree printing:
1819 // separated by "!=". The printing order is:
1868 // When printing a single type, the FromType is the one printed.