HomeSort by relevance Sort by last modified time
    Searched refs:printPretty (Results 1 - 25 of 25) 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...]
DeclPrinter.cpp 195 A->printPretty(Out, Policy);
382 Init->printPretty(Out, nullptr, Policy, Indentation);
483 FT->getNoexceptExpr()->printPretty(EOut, nullptr, SubPolicy,
536 SimpleInit->printPretty(Out, nullptr, Policy, Indentation);
545 Args[I]->printPretty(Out, nullptr, Policy, Indentation);
591 D->getBody()->printPretty(Out, nullptr, SubPolicy, Indentation);
632 D->getBitWidth()->printPretty(Out, nullptr, Policy, Indentation);
641 Init->printPretty(Out, nullptr, Policy, Indentation);
696 Init->printPretty(Out, nullptr, Policy, Indentation);
710 D->getAsmString()->printPretty(Out, nullptr, Policy, Indentation)
    [all...]
ASTTypeTraits.cpp 80 S->printPretty(OS, nullptr, PP);
StmtPrinter.cpp 10 // 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(OS, nullptr, Policy, 0)
    [all...]
TypePrinter.cpp 469 T->getSizeExpr()->printPretty(OS, nullptr, Policy);
504 T->getSizeExpr()->printPretty(OS, nullptr, Policy);
519 T->getSizeExpr()->printPretty(OS, nullptr, Policy);
597 getNoexceptExpr()->printPretty(OS, nullptr, Policy);
766 T->getUnderlyingExpr()->printPretty(OS, nullptr, Policy);
783 T->getUnderlyingExpr()->printPretty(OS, nullptr, Policy);
    [all...]
ASTDiagnostic.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/clang/include/clang/AST/
Attr.h 109 virtual void printPretty(raw_ostream &OS,
APValue.h 197 void printPretty(raw_ostream &OS, ASTContext &Ctx, QualType Ty) const;
Stmt.h 381 /// dumpPretty/printPretty - These two methods do a "pretty print" of the AST
384 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/lib/StaticAnalyzer/Core/
Environment.cpp 213 S->printPretty(Out, nullptr, PrintingPolicy(LO));
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...]
BugReporterVisitors.cpp 318 MR->printPretty(Out);
581 R->printPretty(os);
646 R->printPretty(os);
691 R->printPretty(os);
    [all...]
ExprEngine.cpp     [all...]
CallEvent.cpp 221 E->printPretty(Out, nullptr, Ctx.getPrintingPolicy());
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]
  /external/clang/lib/Rewrite/Core/
Rewriter.cpp 345 To->printPretty(S, nullptr, PrintingPolicy(*LangOpts));
356 From->printPretty(S, nullptr, PrintingPolicy(*LangOpts));
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 172 virtual void printPretty(raw_ostream &os) const;
955 void printPretty(raw_ostream &os) const override;
    [all...]
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 287 OldProto->getNoexceptExpr()->printPretty(OS, nullptr, getPrintingPolicy());
    [all...]
SemaChecking.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 284 New->printPretty(S, nullptr, PrintingPolicy(LangOpts));
    [all...]
RewriteObjC.cpp 233 New->printPretty(S, nullptr, PrintingPolicy(LangOpts));
    [all...]
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 368 milliseconds