Searched refs:TypePrinter (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/AST/ |
D | TypePrinter.cpp | 82 class TypePrinter { class 88 explicit TypePrinter(const PrintingPolicy &Policy) in TypePrinter() function in __anon072bb55e0111::TypePrinter 134 void TypePrinter::spaceBeforePlaceHolder(raw_ostream &OS) { in spaceBeforePlaceHolder() 139 void TypePrinter::print(QualType t, raw_ostream &OS, StringRef PlaceHolder) { in print() 144 void TypePrinter::print(const Type *T, Qualifiers Quals, raw_ostream &OS, in print() 158 bool TypePrinter::canPrefixQualifiers(const Type *T, in canPrefixQualifiers() 234 void TypePrinter::printBefore(QualType T, raw_ostream &OS) { in printBefore() 249 void TypePrinter::printBefore(const Type *T,Qualifiers Quals, raw_ostream &OS) { in printBefore() 295 void TypePrinter::printAfter(QualType t, raw_ostream &OS) { in printAfter() 302 void TypePrinter::printAfter(const Type *T, Qualifiers Quals, raw_ostream &OS) { in printAfter() [all …]
|
D | CMakeLists.txt | 61 TypePrinter.cpp
|
D | Android.mk | 83 TypePrinter.cpp \
|
/external/llvm/lib/IR/ |
D | AsmWriter.cpp | 991 TypePrinting *TypePrinter, 996 TypePrinting *TypePrinter, 1085 TypePrinting &TypePrinter, in WriteConstantInternal() argument 1184 WriteAsOperandInternal(Out, BA->getFunction(), &TypePrinter, Machine, in WriteConstantInternal() 1187 WriteAsOperandInternal(Out, BA->getBasicBlock(), &TypePrinter, Machine, in WriteConstantInternal() 1196 TypePrinter.print(ETy, Out); in WriteConstantInternal() 1199 &TypePrinter, Machine, in WriteConstantInternal() 1203 TypePrinter.print(ETy, Out); in WriteConstantInternal() 1205 WriteAsOperandInternal(Out, CA->getOperand(i), &TypePrinter, Machine, in WriteConstantInternal() 1224 TypePrinter.print(ETy, Out); in WriteConstantInternal() [all …]
|
/external/clang/utils/ABITest/ |
D | ABITestGen.py | 13 class TypePrinter: class 635 P = TypePrinter(output,
|