Lines Matching refs:print
10 // This file implements the Decl::print method, which pretty prints the
38 void Print(AccessSpecifier AS);
93 void Decl::print(raw_ostream &Out, unsigned Indentation,
95 print(Out, getASTContext().getPrintingPolicy(), Indentation, PrintInstantiation);
98 void Decl::print(raw_ostream &Out, const PrintingPolicy &Policy,
140 (*Begin)->print(Out, Policy, Indentation);
151 TD->print(Out, Policy, Indentation);
166 (*Begin)->print(Out, SubPolicy, Indentation);
208 void DeclPrinter::Print(AccessSpecifier AS) {
232 // Don't print ObjCIvarDecls, as they are printed when visiting the
275 Print(D->getAccess());
331 D->getTypeSourceInfo()->getType().print(Out, Policy, D->getName());
514 // Nothing to print
558 AFT->getReturnType().print(Out, Policy, Proto);
563 Ty.print(Out, Policy, Proto);
576 // This is a K&R function definition, so we need to print the
678 T.print(Out, Policy, D->getName());
741 D->getQualifier()->print(Out, Policy);
748 D->getQualifier()->print(Out, Policy);
764 // Print the base classes
777 Print(AS);
785 // Print the class definition
786 // FIXME: Doesn't print access specifiers, e.g., "public:"
839 Args->get(i).print(Policy, Out);
858 Args->get(i).print(Policy, Out);
867 // FIXME: print the default argument, if present.
1073 /// PrintObjCPropertyDecl - print a property declaration.
1093 PDecl->getGetterName().print(Out);
1098 PDecl->getSetterName().print(Out);
1163 D->getQualifier()->print(Out, Policy);
1170 D->getQualifier()->print(Out, Policy);
1177 D->getQualifier()->print(Out, Policy);