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

/external/clang/lib/AST/
H A DAPValue.cpp344 void APValue::printPretty(raw_ostream &Out, ASTContext &Ctx, QualType Ty) const{ function in class:APValue
361 getVectorElt(0).printPretty(Out, Ctx, ElemTy);
364 getVectorElt(i).printPretty(Out, Ctx, ElemTy);
409 Base.get<const Expr*>()->printPretty(Out, nullptr,
434 E->printPretty(Out, nullptr, Ctx.getPrintingPolicy());
479 getArrayInitializedElt(0).printPretty(Out, Ctx, ElemTy);
487 getArrayInitializedElt(I).printPretty(Out, Ctx, ElemTy);
504 getStructBase(I).printPretty(Out, Ctx, BI->getType());
513 printPretty(Out, Ctx, FI->getType());
523 getUnionValue().printPretty(Ou
[all...]
H A DStmtPrinter.cpp10 // This file implements the Stmt::dumpPretty/Stmt::printPretty methods, which
172 Attr->printPretty(OS, Policy);
602 Node->getCondition()->printPretty(OS, nullptr, Policy, 0);
608 Node->getNumThreads()->printPretty(OS, nullptr, Policy, 0);
614 Node->getSafelen()->printPretty(OS, nullptr, Policy, 0);
620 Node->getNumForLoops()->printPretty(OS, nullptr, Policy, 0);
641 Node->getChunkSize()->printPretty(OS, nullptr, Policy);
665 (*I)->printPretty(OS, nullptr, Policy, 0);
730 Node->getStep()->printPretty(OS, nullptr, Policy, 0);
742 Node->getAlignment()->printPretty(O
2098 void Stmt::printPretty(raw_ostream &OS, function in class:Stmt
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp512 Str->printPretty(os, nullptr, PrintingPolicy(getContext().getLangOpts()));
517 Str->printPretty(os, nullptr, PrintingPolicy(getContext().getLangOpts()));
576 void MemRegion::printPretty(raw_ostream &os) const { function in class:MemRegion
619 void FieldRegion::printPretty(raw_ostream &os) const { function in class:FieldRegion

Completed in 94 milliseconds