Searched refs:TypePrinter (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/AST/
H A DTypePrinter.cpp1 //===--- TypePrinter.cpp - Pretty-Print Clang Types -----------------------===//
81 class TypePrinter { class in namespace:__anon3532
86 explicit TypePrinter(const PrintingPolicy &Policy) function in class:__anon3532::TypePrinter
128 void TypePrinter::spaceBeforePlaceHolder(raw_ostream &OS) {
133 void TypePrinter::print(QualType t, raw_ostream &OS, StringRef PlaceHolder) {
138 void TypePrinter::print(const Type *T, Qualifiers Quals, raw_ostream &OS,
155 bool TypePrinter::canPrefixQualifiers(const Type *T,
229 void TypePrinter::printBefore(QualType T, raw_ostream &OS) {
244 void TypePrinter::printBefore(const Type *T,Qualifiers Quals, raw_ostream &OS) {
290 void TypePrinter
[all...]
H A DAndroid.mk77 TypePrinter.cpp \
/external/llvm/lib/VMCore/
H A DAsmWriter.cpp629 TypePrinting *TypePrinter,
704 TypePrinting &TypePrinter,
835 WriteAsOperandInternal(Out, BA->getFunction(), &TypePrinter, Machine,
838 WriteAsOperandInternal(Out, BA->getBasicBlock(), &TypePrinter, Machine,
847 TypePrinter.print(ETy, Out);
850 &TypePrinter, Machine,
854 TypePrinter.print(ETy, Out);
856 WriteAsOperandInternal(Out, CA->getOperand(i), &TypePrinter, Machine,
875 TypePrinter.print(ETy, Out);
878 &TypePrinter, Machin
703 WriteConstantInternal(raw_ostream &Out, const Constant *CV, TypePrinting &TypePrinter, SlotTracker *Machine, const Module *Context) argument
983 WriteMDNodeBodyInternal(raw_ostream &Out, const MDNode *Node, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1010 WriteAsOperandInternal(raw_ostream &Out, const Value *V, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1130 TypePrinting TypePrinter; local
1147 TypePrinting TypePrinter; member in class:__anon9764::AssemblyWriter
2145 TypePrinting TypePrinter; local
[all...]
/external/clang/utils/ABITest/
H A DABITestGen.py13 class TypePrinter: class in inherits:
635 P = TypePrinter(output,

Completed in 112 milliseconds