HomeSort by relevance Sort by last modified time
    Searched refs:printPretty (Results 1 - 24 of 24) 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
174 Attr->printPretty(OS, Policy);
608 Node->getCondition()->printPretty(OS, nullptr, Policy, 0);
614 Node->getCondition()->printPretty(OS, nullptr, Policy, 0);
620 Node->getNumThreads()->printPretty(OS, nullptr, Policy, 0);
626 Node->getSafelen()->printPretty(OS, nullptr, Policy, 0);
632 Node->getSimdlen()->printPretty(OS, nullptr, Policy, 0);
638 Node->getNumForLoops()->printPretty(OS, nullptr, Policy, 0);
669 E->printPretty(OS, nullptr, Policy);
678 Num->printPretty(OS, nullptr, Policy, 0)
    [all...]
DeclPrinter.cpp 213 A->printPretty(Out, Policy);
231 A->printPretty(Out, Policy);
443 Init->printPretty(Out, nullptr, Policy, Indentation);
548 FT->getNoexceptExpr()->printPretty(EOut, nullptr, SubPolicy,
601 SimpleInit->printPretty(Out, nullptr, Policy, Indentation);
610 Args[I]->printPretty(Out, nullptr, Policy, Indentation);
656 D->getBody()->printPretty(Out, nullptr, SubPolicy, Indentation);
698 D->getBitWidth()->printPretty(Out, nullptr, Policy, Indentation);
707 Init->printPretty(Out, nullptr, Policy, Indentation);
772 Init->printPretty(Out, nullptr, SubPolicy, Indentation)
    [all...]
ASTTypeTraits.cpp 123 S->printPretty(OS, nullptr, PP);
TypePrinter.cpp 487 T->getSizeExpr()->printPretty(OS, nullptr, Policy);
522 T->getSizeExpr()->printPretty(OS, nullptr, Policy);
537 T->getSizeExpr()->printPretty(OS, nullptr, Policy);
615 getNoexceptExpr()->printPretty(OS, nullptr, Policy);
818 T->getUnderlyingExpr()->printPretty(OS, nullptr, Policy);
835 T->getUnderlyingExpr()->printPretty(OS, nullptr, Policy);
    [all...]
ASTDiagnostic.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/clang/include/clang/AST/
Attr.h 114 void printPretty(raw_ostream &OS, const PrintingPolicy &Policy) const;
APValue.h 197 void printPretty(raw_ostream &OS, ASTContext &Ctx, QualType Ty) const;
Stmt.h 376 /// dumpPretty/printPretty - These two methods do a "pretty print" of the AST
379 void printPretty(raw_ostream &OS, PrinterHelper *Helper,
    [all...]
  /external/clang/unittests/AST/
StmtPrinterTest.cpp 10 // This file contains tests for Stmt::printPretty() and related methods.
37 S->printPretty(Out, /*Helper*/ nullptr, Policy);
  /external/clang/include/clang/StaticAnalyzer/Checkers/
SValExplainer.h 33 S->printPretty(OS, nullptr, PrintingPolicy(ACtx.getLangOpts()));
  /external/clang/lib/StaticAnalyzer/Core/
Environment.cpp 210 S->printPretty(Out, nullptr, PrintingPolicy(LO));
BugReporterVisitors.cpp 315 MR->printPretty(Out);
581 R->printPretty(os);
646 R->printPretty(os);
691 R->printPretty(os);
    [all...]
MemRegion.cpp 508 Str->printPretty(os, nullptr, PrintingPolicy(getContext().getLangOpts()));
513 Str->printPretty(os, nullptr, PrintingPolicy(getContext().getLangOpts()));
576 void MemRegion::printPretty(raw_ostream &os) const {
617 void FieldRegion::printPretty(raw_ostream &os) const {
    [all...]
CallEvent.cpp 249 E->printPretty(Out, nullptr, Ctx.getPrintingPolicy());
    [all...]
ExprEngine.cpp     [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 136 virtual void printPretty(raw_ostream &os) const;
951 void printPretty(raw_ostream &os) const override;
    [all...]
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 339 OldProto->getNoexceptExpr()->printPretty(OS, nullptr, getPrintingPolicy());
    [all...]
SemaChecking.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp 225 New->printPretty(S, nullptr, PrintingPolicy(LangOpts));
    [all...]
RewriteModernObjC.cpp 274 New->printPretty(S, nullptr, PrintingPolicy(LangOpts));
    [all...]

Completed in 970 milliseconds