Lines Matching defs:OS

152 static void AppendTypeQualList(raw_ostream &OS, unsigned TypeQuals,  in AppendTypeQualList()
174 void TypePrinter::spaceBeforePlaceHolder(raw_ostream &OS) { in spaceBeforePlaceHolder()
186 void TypePrinter::print(QualType t, raw_ostream &OS, StringRef PlaceHolder) { in print()
191 void TypePrinter::print(const Type *T, Qualifiers Quals, raw_ostream &OS, in print()
304 void TypePrinter::printBefore(QualType T, raw_ostream &OS) { in printBefore()
318 void TypePrinter::printBefore(const Type *T,Qualifiers Quals, raw_ostream &OS) { in printBefore()
364 void TypePrinter::printAfter(QualType t, raw_ostream &OS) { in printAfter()
371 void TypePrinter::printAfter(const Type *T, Qualifiers Quals, raw_ostream &OS) { in printAfter()
381 void TypePrinter::printBuiltinBefore(const BuiltinType *T, raw_ostream &OS) { in printBuiltinBefore()
386 void TypePrinter::printBuiltinAfter(const BuiltinType *T, raw_ostream &OS) {} in printBuiltinAfter()
388 void TypePrinter::printComplexBefore(const ComplexType *T, raw_ostream &OS) { in printComplexBefore()
393 void TypePrinter::printComplexAfter(const ComplexType *T, raw_ostream &OS) { in printComplexAfter()
397 void TypePrinter::printPointerBefore(const PointerType *T, raw_ostream &OS) { in printPointerBefore()
408 void TypePrinter::printPointerAfter(const PointerType *T, raw_ostream &OS) { in printPointerAfter()
419 raw_ostream &OS) { in printBlockPointerBefore()
426 raw_ostream &OS) { in printBlockPointerAfter()
440 raw_ostream &OS) { in printLValueReferenceBefore()
453 raw_ostream &OS) { in printLValueReferenceAfter()
465 raw_ostream &OS) { in printRValueReferenceBefore()
478 raw_ostream &OS) { in printRValueReferenceAfter()
490 raw_ostream &OS) { in printMemberPointerBefore()
507 raw_ostream &OS) { in printMemberPointerAfter()
518 raw_ostream &OS) { in printConstantArrayBefore()
524 raw_ostream &OS) { in printConstantArrayAfter()
540 raw_ostream &OS) { in printIncompleteArrayBefore()
546 raw_ostream &OS) { in printIncompleteArrayAfter()
552 raw_ostream &OS) { in printVariableArrayBefore()
558 raw_ostream &OS) { in printVariableArrayAfter()
577 void TypePrinter::printAdjustedBefore(const AdjustedType *T, raw_ostream &OS) { in printAdjustedBefore()
583 void TypePrinter::printAdjustedAfter(const AdjustedType *T, raw_ostream &OS) { in printAdjustedAfter()
587 void TypePrinter::printDecayedBefore(const DecayedType *T, raw_ostream &OS) { in printDecayedBefore()
592 void TypePrinter::printDecayedAfter(const DecayedType *T, raw_ostream &OS) { in printDecayedAfter()
598 raw_ostream &OS) { in printDependentSizedArrayBefore()
605 raw_ostream &OS) { in printDependentSizedArrayAfter()
614 const DependentAddressSpaceType *T, raw_ostream &OS) { in printDependentAddressSpaceBefore()
619 const DependentAddressSpaceType *T, raw_ostream &OS) { in printDependentAddressSpaceAfter()
629 raw_ostream &OS) { in printDependentSizedExtVectorBefore()
635 raw_ostream &OS) { in printDependentSizedExtVectorAfter()
643 void TypePrinter::printVectorBefore(const VectorType *T, raw_ostream &OS) { in printVectorBefore()
713 void TypePrinter::printVectorAfter(const VectorType *T, raw_ostream &OS) { in printVectorAfter()
718 const DependentVectorType *T, raw_ostream &OS) { in printDependentVectorBefore()
795 const DependentVectorType *T, raw_ostream &OS) { in printDependentVectorAfter()
800 raw_ostream &OS) { in printExtVectorBefore()
804 void TypePrinter::printExtVectorAfter(const ExtVectorType *T, raw_ostream &OS) { in printExtVectorAfter()
812 raw_ostream &OS) { in printConstantMatrixBefore()
820 raw_ostream &OS) { in printConstantMatrixAfter()
825 const DependentSizedMatrixType *T, raw_ostream &OS) { in printDependentSizedMatrixBefore()
839 const DependentSizedMatrixType *T, raw_ostream &OS) { in printDependentSizedMatrixAfter()
844 FunctionProtoType::printExceptionSpecification(raw_ostream &OS, in printExceptionSpecification()
875 raw_ostream &OS) { in printFunctionProtoBefore()
906 raw_ostream &OS) { in printFunctionProtoAfter()
992 raw_ostream &OS) { in printFunctionAfter()
1084 raw_ostream &OS) { in printFunctionNoProtoBefore()
1093 raw_ostream &OS) { in printFunctionNoProtoAfter()
1104 void TypePrinter::printTypeSpec(NamedDecl *D, raw_ostream &OS) { in printTypeSpec()
1118 raw_ostream &OS) { in printUnresolvedUsingBefore()
1123 raw_ostream &OS) {} in printUnresolvedUsingAfter()
1125 void TypePrinter::printUsingBefore(const UsingType *T, raw_ostream &OS) { in printUsingBefore()
1138 void TypePrinter::printUsingAfter(const UsingType *T, raw_ostream &OS) {} in printUsingAfter()
1140 void TypePrinter::printTypedefBefore(const TypedefType *T, raw_ostream &OS) { in printTypedefBefore()
1145 raw_ostream &OS) { in printMacroQualifiedBefore()
1155 raw_ostream &OS) { in printMacroQualifiedAfter()
1159 void TypePrinter::printTypedefAfter(const TypedefType *T, raw_ostream &OS) {} in printTypedefAfter()
1162 raw_ostream &OS) { in printTypeOfExprBefore()
1171 raw_ostream &OS) {} in printTypeOfExprAfter()
1173 void TypePrinter::printTypeOfBefore(const TypeOfType *T, raw_ostream &OS) { in printTypeOfBefore()
1181 void TypePrinter::printTypeOfAfter(const TypeOfType *T, raw_ostream &OS) {} in printTypeOfAfter()
1183 void TypePrinter::printDecltypeBefore(const DecltypeType *T, raw_ostream &OS) { in printDecltypeBefore()
1191 void TypePrinter::printDecltypeAfter(const DecltypeType *T, raw_ostream &OS) {} in printDecltypeAfter()
1194 raw_ostream &OS) { in printUnaryTransformBefore()
1209 raw_ostream &OS) {} in printUnaryTransformAfter()
1211 void TypePrinter::printAutoBefore(const AutoType *T, raw_ostream &OS) { in printAutoBefore()
1236 void TypePrinter::printAutoAfter(const AutoType *T, raw_ostream &OS) { in printAutoAfter()
1243 const DeducedTemplateSpecializationType *T, raw_ostream &OS) { in printDeducedTemplateSpecializationBefore()
1255 const DeducedTemplateSpecializationType *T, raw_ostream &OS) { in printDeducedTemplateSpecializationAfter()
1261 void TypePrinter::printAtomicBefore(const AtomicType *T, raw_ostream &OS) { in printAtomicBefore()
1270 void TypePrinter::printAtomicAfter(const AtomicType *T, raw_ostream &OS) {} in printAtomicAfter()
1272 void TypePrinter::printPipeBefore(const PipeType *T, raw_ostream &OS) { in printPipeBefore()
1284 void TypePrinter::printPipeAfter(const PipeType *T, raw_ostream &OS) {} in printPipeAfter()
1286 void TypePrinter::printBitIntBefore(const BitIntType *T, raw_ostream &OS) { in printBitIntBefore()
1293 void TypePrinter::printBitIntAfter(const BitIntType *T, raw_ostream &OS) {} in printBitIntAfter()
1296 raw_ostream &OS) { in printDependentBitIntBefore()
1306 raw_ostream &OS) {} in printDependentBitIntAfter()
1309 void TypePrinter::AppendScope(DeclContext *DC, raw_ostream &OS, in AppendScope()
1359 void TypePrinter::printTag(TagDecl *D, raw_ostream &OS) { in printTag()
1457 void TypePrinter::printRecordBefore(const RecordType *T, raw_ostream &OS) { in printRecordBefore()
1479 void TypePrinter::printRecordAfter(const RecordType *T, raw_ostream &OS) {} in printRecordAfter()
1481 void TypePrinter::printEnumBefore(const EnumType *T, raw_ostream &OS) { in printEnumBefore()
1485 void TypePrinter::printEnumAfter(const EnumType *T, raw_ostream &OS) {} in printEnumAfter()
1488 raw_ostream &OS) { in printTemplateTypeParmBefore()
1506 raw_ostream &OS) {} in printTemplateTypeParmAfter()
1510 raw_ostream &OS) { in printSubstTemplateTypeParmBefore()
1517 raw_ostream &OS) { in printSubstTemplateTypeParmAfter()
1524 raw_ostream &OS) { in printSubstTemplateTypeParmPackBefore()
1545 raw_ostream &OS) { in printSubstTemplateTypeParmPackAfter()
1550 raw_ostream &OS, bool FullyQualify) { in printTemplateId()
1572 raw_ostream &OS) { in printTemplateSpecializationBefore()
1578 raw_ostream &OS) {} in printTemplateSpecializationAfter()
1581 raw_ostream &OS) { in printInjectedClassNameBefore()
1591 raw_ostream &OS) {} in printInjectedClassNameAfter()
1594 raw_ostream &OS) { in printElaboratedBefore()
1627 raw_ostream &OS) { in printElaboratedAfter()
1640 void TypePrinter::printParenBefore(const ParenType *T, raw_ostream &OS) { in printParenBefore()
1648 void TypePrinter::printParenAfter(const ParenType *T, raw_ostream &OS) { in printParenAfter()
1657 raw_ostream &OS) { in printDependentNameBefore()
1669 raw_ostream &OS) {} in printDependentNameAfter()
1672 const DependentTemplateSpecializationType *T, raw_ostream &OS) { in printDependentTemplateSpecializationBefore()
1687 const DependentTemplateSpecializationType *T, raw_ostream &OS) {} in printDependentTemplateSpecializationAfter()
1690 raw_ostream &OS) { in printPackExpansionBefore()
1695 raw_ostream &OS) { in printPackExpansionAfter()
1701 raw_ostream &OS) { in printAttributedBefore()
1748 raw_ostream &OS) { in printAttributedAfter()
1915 raw_ostream &OS) { in printBTFTagAttributedBefore()
1921 raw_ostream &OS) { in printBTFTagAttributedAfter()
1926 raw_ostream &OS) { in printObjCInterfaceBefore()
1932 raw_ostream &OS) {} in printObjCInterfaceAfter()
1935 raw_ostream &OS) { in printObjCTypeParamBefore()
1954 raw_ostream &OS) {} in printObjCTypeParamAfter()
1957 raw_ostream &OS) { in printObjCObjectBefore()
1998 raw_ostream &OS) { in printObjCObjectAfter()
2005 raw_ostream &OS) { in printObjCObjectPointerBefore()
2018 raw_ostream &OS) {} in printObjCObjectPointerAfter()
2028 llvm::raw_ostream &OS, bool IncludeType) { in printArgument()
2033 const PrintingPolicy &PP, llvm::raw_ostream &OS, in printArgument()
2208 printTo(raw_ostream &OS, ArrayRef<TA> Args, const PrintingPolicy &Policy, in printTo()
2274 void clang::printTemplateArgumentList(raw_ostream &OS, in printTemplateArgumentList()
2281 void clang::printTemplateArgumentList(raw_ostream &OS, in printTemplateArgumentList()
2288 void clang::printTemplateArgumentList(raw_ostream &OS, in printTemplateArgumentList()
2374 void Qualifiers::print(raw_ostream &OS, const PrintingPolicy& Policy, in print()
2451 void QualType::print(raw_ostream &OS, const PrintingPolicy &Policy, in print()
2458 raw_ostream &OS, const PrintingPolicy &policy, in print()
2482 raw_ostream &clang::operator<<(raw_ostream &OS, QualType QT) { in operator <<()