Searched defs:printPretty (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/AST/
H A DAPValue.cpp309 void APValue::printPretty(raw_ostream &Out, ASTContext &Ctx, QualType Ty) const{ function in class:APValue
326 getVectorElt(0).printPretty(Out, Ctx, ElemTy);
329 getVectorElt(i).printPretty(Out, Ctx, ElemTy);
372 Base.get<const Expr*>()->printPretty(Out, 0, Ctx.getPrintingPolicy());
393 E->printPretty(Out, 0, Ctx.getPrintingPolicy());
438 getArrayInitializedElt(0).printPretty(Out, Ctx, ElemTy);
446 getArrayInitializedElt(I).printPretty(Out, Ctx, ElemTy);
463 getStructBase(I).printPretty(Out, Ctx, BI->getType());
473 printPretty(Out, Ctx, FI->getType());
483 getUnionValue().printPretty(Ou
[all...]
H A DStmtPrinter.cpp10 // This file implements the Stmt::dumpPretty/Stmt::printPretty methods, which
185 (*it)->printPretty(OS, Policy);
1447 Size->printPretty(s, Helper, Policy);
1866 printPretty(llvm::errs(), 0, PrintingPolicy(Context.getLangOpts()));
1869 void Stmt::printPretty(raw_ostream &OS, function in class:Stmt
/external/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp502 Str->printPretty(os, 0, PrintingPolicy(getContext().getLangOpts()));
506 Str->printPretty(os, 0, PrintingPolicy(getContext().getLangOpts()));
561 void MemRegion::printPretty(raw_ostream &os) const { function in class:MemRegion
569 void VarRegion::printPretty(raw_ostream &os) const { function in class:VarRegion
577 void ObjCIvarRegion::printPretty(raw_ostream &os) const { function in class:ObjCIvarRegion
585 void FieldRegion::printPretty(raw_ostream &os) const { function in class:FieldRegion
586 superRegion->printPretty(os);

Completed in 88 milliseconds