/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...] |
DeclPrinter.cpp | 211 A->printPretty(Out, Policy); 229 A->printPretty(Out, Policy); 435 Init->printPretty(Out, nullptr, Policy, Indentation); 540 FT->getNoexceptExpr()->printPretty(EOut, nullptr, SubPolicy, 593 SimpleInit->printPretty(Out, nullptr, Policy, Indentation); 602 Args[I]->printPretty(Out, nullptr, Policy, Indentation); 648 D->getBody()->printPretty(Out, nullptr, SubPolicy, Indentation); 690 D->getBitWidth()->printPretty(Out, nullptr, Policy, Indentation); 699 Init->printPretty(Out, nullptr, Policy, Indentation); 754 Init->printPretty(Out, nullptr, Policy, Indentation) [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 | 113 void printPretty(raw_ostream &OS, const PrintingPolicy &Policy) const;
|
APValue.h | 197 void printPretty(raw_ostream &OS, ASTContext &Ctx, QualType Ty) const;
|
Stmt.h | 364 /// dumpPretty/printPretty - These two methods do a "pretty print" of the AST 367 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 | 210 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...] |
CallEvent.cpp | 239 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 | 172 virtual void printPretty(raw_ostream &os) const; 955 void printPretty(raw_ostream &os) const override; [all...] |
/external/clang/lib/Sema/ |
SemaExceptionSpec.cpp | 333 OldProto->getNoexceptExpr()->printPretty(OS, nullptr, getPrintingPolicy()); [all...] |
SemaChecking.cpp | [all...] |
SemaDeclCXX.cpp | [all...] |
/external/clang/lib/Frontend/Rewrite/ |
RewriteObjC.cpp | 224 New->printPretty(S, nullptr, PrintingPolicy(LangOpts)); [all...] |
RewriteModernObjC.cpp | 275 New->printPretty(S, nullptr, PrintingPolicy(LangOpts)); [all...] |
/prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/ |
clover-3.1.12.jar | |