HomeSort by relevance Sort by last modified time
    Searched refs:TypePrinter (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/AST/
TypePrinter.cpp 1 //===--- TypePrinter.cpp - Pretty-Print Clang Types -----------------------===//
81 class TypePrinter {
86 explicit TypePrinter(const PrintingPolicy &Policy)
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,
152 bool TypePrinter::canPrefixQualifiers(const Type *T,
226 void TypePrinter::printBefore(QualType T, raw_ostream &OS) {
241 void TypePrinter::printBefore(const Type *T,Qualifiers Quals, raw_ostream &OS) {
287 void TypePrinter::printAfter(QualType t, raw_ostream &OS)
    [all...]
Android.mk 79 TypePrinter.cpp \
  /external/llvm/lib/IR/
AsmWriter.cpp 700 TypePrinting *TypePrinter,
791 TypePrinting &TypePrinter,
922 WriteAsOperandInternal(Out, BA->getFunction(), &TypePrinter, Machine,
925 WriteAsOperandInternal(Out, BA->getBasicBlock(), &TypePrinter, Machine,
934 TypePrinter.print(ETy, Out);
937 &TypePrinter, Machine,
941 TypePrinter.print(ETy, Out);
943 WriteAsOperandInternal(Out, CA->getOperand(i), &TypePrinter, Machine,
    [all...]
  /external/clang/utils/ABITest/
ABITestGen.py 13 class TypePrinter:
635 P = TypePrinter(output,

Completed in 93 milliseconds