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

  /external/clang/lib/AST/
APValue.cpp 344 void APValue::printPretty(raw_ostream &Out, ASTContext &Ctx, QualType Ty) const{
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(Out, Ctx, FD->getType())
    [all...]
StmtPrinter.cpp 10 // This file implements the Stmt::dumpPretty/Stmt::printPretty methods, which
173 Attr->printPretty(OS, Policy);
607 Node->getCondition()->printPretty(OS, nullptr, Policy, 0);
613 Node->getCondition()->printPretty(OS, nullptr, Policy, 0);
619 Node->getNumThreads()->printPretty(OS, nullptr, Policy, 0);
625 Node->getSafelen()->printPretty(OS, nullptr, Policy, 0);
631 Node->getSimdlen()->printPretty(OS, nullptr, Policy, 0);
637 Node->getNumForLoops()->printPretty(OS, nullptr, Policy, 0);
658 Node->getChunkSize()->printPretty(OS, nullptr, Policy);
667 Num->printPretty(OS, nullptr, Policy, 0)
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 512 Str->printPretty(os, nullptr, PrintingPolicy(getContext().getLangOpts()));
517 Str->printPretty(os, nullptr, PrintingPolicy(getContext().getLangOpts()));
576 void MemRegion::printPretty(raw_ostream &os) const {
619 void FieldRegion::printPretty(raw_ostream &os) const {
    [all...]
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 83 milliseconds