Home
last modified time | relevance | path

Searched refs:TypePrinter (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp113 class TypePrinter { class
120 explicit TypePrinter(const PrintingPolicy &Policy, unsigned Indentation = 0) in TypePrinter() function in __anon5708b7770111::TypePrinter
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()
205 bool TypePrinter::canPrefixQualifiers(const Type *T, in canPrefixQualifiers()
311 void TypePrinter::printBefore(QualType T, raw_ostream &OS) { in printBefore()
325 void TypePrinter::printBefore(const Type *T,Qualifiers Quals, raw_ostream &OS) { in printBefore()
371 void TypePrinter::printAfter(QualType t, raw_ostream &OS) { in printAfter()
378 void TypePrinter::printAfter(const Type *T, Qualifiers Quals, raw_ostream &OS) { in printAfter()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp1371 TypePrinting *TypePrinter = nullptr; member
1376 : TypePrinter(TP), Machine(ST), Context(M) {} in AsmWriterContext()
1542 WriterCtx.TypePrinter->print(Ty->getScalarType(), Out); in WriteConstantInternal()
1562 WriterCtx.TypePrinter->print(Ty->getScalarType(), Out); in WriteConstantInternal()
1613 WriterCtx.TypePrinter->print(CPA->getOperand(i)->getType(), Out); in WriteConstantInternal()
1624 WriterCtx.TypePrinter->print(ETy, Out); in WriteConstantInternal()
1629 WriterCtx.TypePrinter->print(ETy, Out); in WriteConstantInternal()
1649 WriterCtx.TypePrinter->print(ETy, Out); in WriteConstantInternal()
1654 WriterCtx.TypePrinter->print(ETy, Out); in WriteConstantInternal()
1669 WriterCtx.TypePrinter->print(CS->getOperand(0)->getType(), Out); in WriteConstantInternal()
[all …]
/freebsd/lib/clang/libclang/
H A DMakefile155 SRCS_MIN+= AST/TypePrinter.cpp