Home
last modified time | relevance | path

Searched refs:printPretty (Results 1 – 25 of 26) sorted by relevance

12

/external/clang/lib/AST/
DAPValue.cpp344 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 …]
DDeclPrinter.cpp211 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 …]
DStmtPrinter.cpp173 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 …]
DTypePrinter.cpp482 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()
DTemplateBase.cpp399 getAsExpr()->printPretty(Out, nullptr, Policy); in print()
501 Arg.getAsExpr()->printPretty(OS, nullptr, Policy); in operator <<()
DASTTypeTraits.cpp127 S->printPretty(OS, nullptr, PP); in print()
DASTDiagnostic.cpp1634 E->printPretty(OS, nullptr, Policy); in PrintExpr()
DExprConstant.cpp1208 Val.printPretty(Out, Frame->Info.Ctx, in describeCall()
1222 Arg.printPretty(Out, Frame->Info.Ctx, Param->getType()); in describeCall()
/external/clang/include/clang/AST/
DAttr.h113 void printPretty(raw_ostream &OS, const PrintingPolicy &Policy) const;
DAPValue.h197 void printPretty(raw_ostream &OS, ASTContext &Ctx, QualType Ty) const;
DStmt.h367 void printPretty(raw_ostream &OS, PrinterHelper *Helper, in LLVM_ALIGNAS()
/external/clang/lib/Analysis/
DCFG.cpp4087 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/
DStmtPrinterTest.cpp37 S->printPretty(Out, /*Helper*/ nullptr, Policy); in PrintStmt()
/external/clang/lib/StaticAnalyzer/Core/
DEnvironment.cpp210 S->printPretty(Out, nullptr, PrintingPolicy(LO)); in print()
DMemRegion.cpp512 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
DBugReporterVisitors.cpp314 MR->printPretty(Out); in visitNodeInitial()
577 R->printPretty(os); in VisitNode()
642 R->printPretty(os); in VisitNode()
687 R->printPretty(os); in VisitNode()
DExprEngine.cpp2602 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()
DCallEvent.cpp239 E->printPretty(Out, nullptr, Ctx.getPrintingPolicy()); in dump()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DMemRegion.h172 virtual void printPretty(raw_ostream &os) const;
955 void printPretty(raw_ostream &os) const override;
/external/clang/lib/Sema/
DSemaExceptionSpec.cpp333 OldProto->getNoexceptExpr()->printPretty(OS, nullptr, getPrintingPolicy()); in CheckEquivalentExceptionSpec()
DSemaChecking.cpp5494 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/
DRewriteObjC.cpp224 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()
DRewriteModernObjC.cpp275 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/
DMallocChecker.cpp2105 Region->printPretty(os); in reportLeak()
/external/clang/include/clang/Basic/
DAttr.td2132 value->printPretty(OS, nullptr, Policy);

12