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...]
DeclPrinter.cpp 196 A->printPretty(Out, Policy);
397 Init->printPretty(Out, nullptr, Policy, Indentation);
498 FT->getNoexceptExpr()->printPretty(EOut, nullptr, SubPolicy,
551 SimpleInit->printPretty(Out, nullptr, Policy, Indentation);
560 Args[I]->printPretty(Out, nullptr, Policy, Indentation);
606 D->getBody()->printPretty(Out, nullptr, SubPolicy, Indentation);
647 D->getBitWidth()->printPretty(Out, nullptr, Policy, Indentation);
656 Init->printPretty(Out, nullptr, Policy, Indentation);
710 Init->printPretty(Out, nullptr, Policy, Indentation);
724 D->getAsmString()->printPretty(Out, nullptr, Policy, Indentation)
    [all...]
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->getCondition()->printPretty(OS, nullptr, Policy, 0);
614 Node->getNumThreads()->printPretty(OS, nullptr, Policy, 0);
620 Node->getSafelen()->printPretty(OS, nullptr, Policy, 0);
626 Node->getNumForLoops()->printPretty(OS, nullptr, Policy, 0);
647 Node->getChunkSize()->printPretty(OS, nullptr, Policy);
695 (*I)->printPretty(OS, nullptr, Policy, 0);
760 Node->getStep()->printPretty(OS, nullptr, Policy, 0)
    [all...]
ASTTypeTraits.cpp 127 S->printPretty(OS, nullptr, PP);
TypePrinter.cpp 482 T->getSizeExpr()->printPretty(OS, nullptr, Policy);
517 T->getSizeExpr()->printPretty(OS, nullptr, Policy);
532 T->getSizeExpr()->printPretty(OS, nullptr, Policy);
610 getNoexceptExpr()->printPretty(OS, nullptr, Policy);
783 T->getUnderlyingExpr()->printPretty(OS, nullptr, Policy);
800 T->getUnderlyingExpr()->printPretty(OS, nullptr, Policy);
    [all...]
ASTDiagnostic.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/clang/include/clang/AST/
Attr.h 112 void printPretty(raw_ostream &OS, const PrintingPolicy &Policy) const;
APValue.h 197 void printPretty(raw_ostream &OS, ASTContext &Ctx, QualType Ty) const;
Stmt.h 378 /// dumpPretty/printPretty - These two methods do a "pretty print" of the AST
381 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 314 MR->printPretty(Out);
577 R->printPretty(os);
642 R->printPretty(os);
687 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/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 308 OldProto->getNoexceptExpr()->printPretty(OS, nullptr, getPrintingPolicy());
    [all...]
SemaChecking.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 275 New->printPretty(S, nullptr, PrintingPolicy(LangOpts));
    [all...]
RewriteObjC.cpp 224 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 981 milliseconds