Searched refs:TypePrinter (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | TypePrinter.cpp | 113 class TypePrinter { class 120 explicit TypePrinter(const PrintingPolicy &Policy, unsigned Indentation = 0) in TypePrinter() function in __anonb785768e0111::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() 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() [all …]
|
| H A D | CMakeLists.txt | 121 TypePrinter.cpp
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | AsmWriter.cpp | 1298 TypePrinting *TypePrinter = nullptr; member 1303 : TypePrinter(TP), Machine(ST), Context(M) {} in AsmWriterContext() 1481 WriterCtx.TypePrinter->print(ETy, Out); in WriteConstantInternal() 1486 WriterCtx.TypePrinter->print(ETy, Out); in WriteConstantInternal() 1506 WriterCtx.TypePrinter->print(ETy, Out); in WriteConstantInternal() 1511 WriterCtx.TypePrinter->print(ETy, Out); in WriteConstantInternal() 1526 WriterCtx.TypePrinter->print(CS->getOperand(0)->getType(), Out); in WriteConstantInternal() 1533 WriterCtx.TypePrinter->print(CS->getOperand(i)->getType(), Out); in WriteConstantInternal() 1551 WriterCtx.TypePrinter->print(ETy, Out); in WriteConstantInternal() 1556 WriterCtx.TypePrinter->print(ETy, Out); in WriteConstantInternal() [all …]
|
| /openbsd-src/gnu/usr.bin/clang/libclangAST/ |
| H A D | Makefile | 92 TypePrinter.cpp \
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/AST/ |
| H A D | BUILD.gn | 150 "TypePrinter.cpp",
|
| /openbsd-src/gnu/llvm/clang/utils/ABITest/ |
| H A D | ABITestGen.py | 14 class TypePrinter(object): class 636 P = TypePrinter(output,
|