Searched refs:TypePrinter (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | TypePrinter.cpp | 112 class TypePrinter { class 119 explicit TypePrinter(const PrintingPolicy &Policy, unsigned Indentation = 0) in TypePrinter() function in __anon5708b7770111::TypePrinter 173 void TypePrinter::spaceBeforePlaceHolder(raw_ostream &OS) { in spaceBeforePlaceHolder() 185 void TypePrinter::print(QualType t, raw_ostream &OS, StringRef PlaceHolder) { in print() 190 void TypePrinter::print(const Type *T, Qualifiers Quals, raw_ostream &OS, in print() 204 bool TypePrinter::canPrefixQualifiers(const Type *T, in canPrefixQualifiers() 312 void TypePrinter::printBefore(QualType T, raw_ostream &OS) { in printBefore() 326 void TypePrinter::printBefore(const Type *T,Qualifiers Quals, raw_ostream &OS) { in printBefore() 372 void TypePrinter::printAfter(QualType t, raw_ostream &OS) { in printAfter() 379 void TypePrinter::printAfter(const Type *T, Qualifiers Quals, raw_ostream &OS) { in printAfter() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | AsmWriter.cpp | 1432 TypePrinting *TypePrinter = nullptr; member 1437 : TypePrinter(TP), Machine(ST), Context(M) {} in AsmWriterContext() 1606 WriterCtx.TypePrinter->print(Ty->getScalarType(), Out); in WriteConstantInternal() 1626 WriterCtx.TypePrinter->print(Ty->getScalarType(), Out); in WriteConstantInternal() 1677 WriterCtx.TypePrinter->print(CPA->getOperand(i)->getType(), Out); in WriteConstantInternal() 1688 WriterCtx.TypePrinter->print(ETy, Out); in WriteConstantInternal() 1693 WriterCtx.TypePrinter->print(ETy, Out); in WriteConstantInternal() 1713 WriterCtx.TypePrinter->print(ETy, Out); in WriteConstantInternal() 1718 WriterCtx.TypePrinter->print(ETy, Out); in WriteConstantInternal() 1733 WriterCtx.TypePrinter->print(CS->getOperand(0)->getType(), Out); in WriteConstantInternal() [all …]
|
| /freebsd/lib/clang/libclang/ |
| H A D | Makefile | 158 SRCS_MIN+= AST/TypePrinter.cpp
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 10983 …er5printEPKN5clang4TypeENS1_10QualifiersERSs", "(anonymous namespace)::TypePrinter::print(clang::T… 10984 …TypeParmEPKN5clang20TemplateTypeParmTypeERSs", "(anonymous namespace)::TypePrinter::printTemplateT… 10985 …onEPKN5clang26TemplateSpecializationTypeERSs", "(anonymous namespace)::TypePrinter::printTemplateS… 10986 …111TypePrinter8printTagEPN5clang7TagDeclERSs", "(anonymous namespace)::TypePrinter::printTag(clang… 10987 …inter11AppendScopeEPN5clang11DeclContextERSs", "(anonymous namespace)::TypePrinter::AppendScope(cl…
|