HomeSort by relevance Sort by last modified time
    Searched defs:printPretty (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/AST/
APValue.cpp 343 void APValue::printPretty(raw_ostream &Out, ASTContext &Ctx, QualType Ty) const{
360 getVectorElt(0).printPretty(Out, Ctx, ElemTy);
363 getVectorElt(i).printPretty(Out, Ctx, ElemTy);
406 Base.get<const Expr*>()->printPretty(Out, 0, Ctx.getPrintingPolicy());
427 E->printPretty(Out, 0, Ctx.getPrintingPolicy());
472 getArrayInitializedElt(0).printPretty(Out, Ctx, ElemTy);
480 getArrayInitializedElt(I).printPretty(Out, Ctx, ElemTy);
497 getStructBase(I).printPretty(Out, Ctx, BI->getType());
507 printPretty(Out, Ctx, FI->getType());
517 getUnionValue().printPretty(Out, Ctx, FD->getType())
    [all...]
StmtPrinter.cpp 10 // This file implements the Stmt::dumpPretty/Stmt::printPretty methods, which
185 (*it)->printPretty(OS, Policy);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 502 Str->printPretty(os, 0, PrintingPolicy(getContext().getLangOpts()));
506 Str->printPretty(os, 0, PrintingPolicy(getContext().getLangOpts()));
565 void MemRegion::printPretty(raw_ostream &os) const {
608 void FieldRegion::printPretty(raw_ostream &os) const {
    [all...]

Completed in 57 milliseconds