/external/clang/lib/AST/ |
D | APValue.cpp | 344 void APValue::printPretty(raw_ostream &Out, ASTContext &Ctx, QualType Ty) const{ in printPretty() function in APValue 361 getVectorElt(0).printPretty(Out, Ctx, ElemTy); in printPretty() 364 getVectorElt(i).printPretty(Out, Ctx, ElemTy); in printPretty() 409 Base.get<const Expr*>()->printPretty(Out, nullptr, in printPretty() 434 E->printPretty(Out, nullptr, Ctx.getPrintingPolicy()); in printPretty() 479 getArrayInitializedElt(0).printPretty(Out, Ctx, ElemTy); in printPretty() 487 getArrayInitializedElt(I).printPretty(Out, Ctx, ElemTy); in printPretty() 504 getStructBase(I).printPretty(Out, Ctx, BI->getType()); in printPretty() 513 printPretty(Out, Ctx, FI->getType()); in printPretty() 523 getUnionValue().printPretty(Out, Ctx, FD->getType()); in printPretty() [all …]
|
D | DeclPrinter.cpp | 211 A->printPretty(Out, Policy); in prettyPrintAttributes() 229 A->printPretty(Out, Policy); in prettyPrintPragmas() 435 Init->printPretty(Out, nullptr, Policy, Indentation); in VisitEnumConstantDecl() 540 FT->getNoexceptExpr()->printPretty(EOut, nullptr, SubPolicy, in VisitFunctionDecl() 593 SimpleInit->printPretty(Out, nullptr, Policy, Indentation); in VisitFunctionDecl() 602 Args[I]->printPretty(Out, nullptr, Policy, Indentation); in VisitFunctionDecl() 648 D->getBody()->printPretty(Out, nullptr, SubPolicy, Indentation); in VisitFunctionDecl() 690 D->getBitWidth()->printPretty(Out, nullptr, Policy, Indentation); in VisitFieldDecl() 699 Init->printPretty(Out, nullptr, Policy, Indentation); in VisitFieldDecl() 754 Init->printPretty(Out, nullptr, Policy, Indentation); in VisitVarDecl() [all …]
|
D | StmtPrinter.cpp | 173 Attr->printPretty(OS, Policy); in VisitAttributedStmt() 607 Node->getCondition()->printPretty(OS, nullptr, Policy, 0); in VisitOMPIfClause() 613 Node->getCondition()->printPretty(OS, nullptr, Policy, 0); in VisitOMPFinalClause() 619 Node->getNumThreads()->printPretty(OS, nullptr, Policy, 0); in VisitOMPNumThreadsClause() 625 Node->getSafelen()->printPretty(OS, nullptr, Policy, 0); in VisitOMPSafelenClause() 631 Node->getSimdlen()->printPretty(OS, nullptr, Policy, 0); in VisitOMPSimdlenClause() 637 Node->getNumForLoops()->printPretty(OS, nullptr, Policy, 0); in VisitOMPCollapseClause() 658 Node->getChunkSize()->printPretty(OS, nullptr, Policy); in VisitOMPScheduleClause() 667 Num->printPretty(OS, nullptr, Policy, 0); in VisitOMPOrderedClause() 712 Node->getDevice()->printPretty(OS, nullptr, Policy, 0); in VisitOMPDeviceClause() [all …]
|
D | TypePrinter.cpp | 482 T->getSizeExpr()->printPretty(OS, nullptr, Policy); in printVariableArrayAfter() 517 T->getSizeExpr()->printPretty(OS, nullptr, Policy); in printDependentSizedArrayAfter() 532 T->getSizeExpr()->printPretty(OS, nullptr, Policy); in printDependentSizedExtVectorAfter() 610 getNoexceptExpr()->printPretty(OS, nullptr, Policy); in printExceptionSpecification() 783 T->getUnderlyingExpr()->printPretty(OS, nullptr, Policy); in printTypeOfExprBefore() 800 T->getUnderlyingExpr()->printPretty(OS, nullptr, Policy); in printDecltypeBefore()
|
D | TemplateBase.cpp | 399 getAsExpr()->printPretty(Out, nullptr, Policy); in print() 501 Arg.getAsExpr()->printPretty(OS, nullptr, Policy); in operator <<()
|
D | ASTTypeTraits.cpp | 127 S->printPretty(OS, nullptr, PP); in print()
|
D | ASTDiagnostic.cpp | 1634 E->printPretty(OS, nullptr, Policy); in PrintExpr()
|
D | ExprConstant.cpp | 1208 Val.printPretty(Out, Frame->Info.Ctx, in describeCall() 1222 Arg.printPretty(Out, Frame->Info.Ctx, Param->getType()); in describeCall()
|
/external/clang/include/clang/AST/ |
D | Attr.h | 113 void printPretty(raw_ostream &OS, const PrintingPolicy &Policy) const;
|
D | APValue.h | 197 void printPretty(raw_ostream &OS, ASTContext &Ctx, QualType Ty) const;
|
D | Stmt.h | 367 void printPretty(raw_ostream &OS, PrinterHelper *Helper, in LLVM_ALIGNAS()
|
/external/clang/lib/Analysis/ |
D | CFG.cpp | 4087 C->printPretty(OS, Helper, Policy); in VisitIfStmt() 4092 Terminator->printPretty(OS, Helper, Policy); in VisitStmt() 4106 C->printPretty(OS, Helper, Policy); in VisitForStmt() 4116 C->printPretty(OS, Helper, Policy); in VisitWhileStmt() 4122 C->printPretty(OS, Helper, Policy); in VisitDoStmt() 4127 Terminator->getCond()->printPretty(OS, Helper, Policy); in VisitSwitchStmt() 4136 Cond->printPretty(OS, Helper, Policy); in VisitAbstractConditionalOperator() 4143 Cond->printPretty(OS, Helper, Policy); in VisitChooseExpr() 4150 T->printPretty(OS, Helper, Policy); in VisitIndirectGotoStmt() 4160 B->getLHS()->printPretty(OS, Helper, Policy); in VisitBinaryOperator() [all …]
|
/external/clang/unittests/AST/ |
D | StmtPrinterTest.cpp | 37 S->printPretty(Out, /*Helper*/ nullptr, Policy); in PrintStmt()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | Environment.cpp | 210 S->printPretty(Out, nullptr, PrintingPolicy(LO)); in print()
|
D | MemRegion.cpp | 512 Str->printPretty(os, nullptr, PrintingPolicy(getContext().getLangOpts())); in dumpToStream() 517 Str->printPretty(os, nullptr, PrintingPolicy(getContext().getLangOpts())); in dumpToStream() 576 void MemRegion::printPretty(raw_ostream &os) const { in printPretty() function in MemRegion 619 void FieldRegion::printPretty(raw_ostream &os) const { in printPretty() function in FieldRegion
|
D | BugReporterVisitors.cpp | 314 MR->printPretty(Out); in visitNodeInitial() 577 R->printPretty(os); in VisitNode() 642 R->printPretty(os); in VisitNode() 687 R->printPretty(os); in VisitNode()
|
D | ExprEngine.cpp | 2602 C->getLHS()->printPretty(Out, nullptr, PrintingPolicy(LO)); in getNodeLabel() 2606 RHS->printPretty(Out, nullptr, PrintingPolicy(LO)); in getNodeLabel() 2649 S->printPretty(Out, nullptr, PrintingPolicy(LO)); in getNodeLabel()
|
D | CallEvent.cpp | 239 E->printPretty(Out, nullptr, Ctx.getPrintingPolicy()); in dump()
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | MemRegion.h | 172 virtual void printPretty(raw_ostream &os) const; 955 void printPretty(raw_ostream &os) const override;
|
/external/clang/lib/Sema/ |
D | SemaExceptionSpec.cpp | 333 OldProto->getNoexceptExpr()->printPretty(OS, nullptr, getPrintingPolicy()); in CheckEquivalentExceptionSpec()
|
D | SemaChecking.cpp | 5494 DstArg->printPretty(OS, nullptr, getPrintingPolicy()); in CheckStrlcpycatArguments() 5595 DstArg->printPretty(OS, nullptr, getPrintingPolicy()); in CheckStrncatArguments() 5598 DstArg->printPretty(OS, nullptr, getPrintingPolicy()); in CheckStrncatArguments() 7671 E->printPretty(S, nullptr, getPrintingPolicy()); in DiagnoseAlwaysNonNullPointer() 7747 E->printPretty(S, nullptr, getPrintingPolicy()); in DiagnoseAlwaysNonNullPointer()
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 224 New->printPretty(S, nullptr, PrintingPolicy(LangOpts)); in ReplaceStmtWithRange() 1693 syncExpr->printPretty(syncExprBuf, nullptr, PrintingPolicy(LangOpts)); in RewriteObjCSynchronizedStmt() 2505 Exp->getString()->printPretty(prettyBuf, nullptr, PrintingPolicy(LangOpts)); in RewriteObjCStringLiteral() 4778 Replacement->printPretty(Buf); in RewriteFunctionBodyOrGlobalInitializer()
|
D | RewriteModernObjC.cpp | 275 New->printPretty(S, nullptr, PrintingPolicy(LangOpts)); in ReplaceStmtWithRange() 2603 Exp->getString()->printPretty(prettyBuf, nullptr, PrintingPolicy(LangOpts)); in RewriteObjCStringLiteral() 4489 GlobalConstructionExp->printPretty(constructorExprBuf, nullptr, in SynthesizeBlockLiterals() 5747 Replacement->printPretty(Buf); in RewriteFunctionBodyOrGlobalInitializer()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | MallocChecker.cpp | 2105 Region->printPretty(os); in reportLeak()
|
/external/clang/include/clang/Basic/ |
D | Attr.td | 2132 value->printPretty(OS, nullptr, Policy);
|