Searched refs:printPretty (Results 1 - 23 of 23) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DAPValue.cpp343 void APValue::printPretty(raw_ostream &Out, ASTContext &Ctx, QualType Ty) const{ function in class:APValue
360 getVectorElt(0).printPretty(Out, Ctx, ElemTy);
363 getVectorElt(i).printPretty(Out, Ctx, ElemTy);
406 Base.get<const Expr*>()->printPretty(Out, 0, Ctx.getPrintingPolicy());
427 E->printPretty(Out, 0, Ctx.getPrintingPolicy());
472 getArrayInitializedElt(0).printPretty(Out, Ctx, ElemTy);
480 getArrayInitializedElt(I).printPretty(Out, Ctx, ElemTy);
497 getStructBase(I).printPretty(Out, Ctx, BI->getType());
507 printPretty(Out, Ctx, FI->getType());
517 getUnionValue().printPretty(Ou
[all...]
H A DDeclPrinter.cpp195 A->printPretty(Out, Policy);
393 Init->printPretty(Out, 0, Policy, Indentation);
481 FT->getNoexceptExpr()->printPretty(EOut, 0, SubPolicy,
537 SimpleInit->printPretty(Out, 0, Policy, Indentation);
545 Args[I]->printPretty(Out, 0, Policy, Indentation);
588 D->getBody()->printPretty(Out, 0, SubPolicy, Indentation);
629 D->getBitWidth()->printPretty(Out, 0, Policy, Indentation);
638 Init->printPretty(Out, 0, Policy, Indentation);
693 Init->printPretty(Out, 0, Policy, Indentation);
707 D->getAsmString()->printPretty(Ou
[all...]
H A DASTTypeTraits.cpp74 S->printPretty(OS, 0, PP);
H A DTypePrinter.cpp468 T->getSizeExpr()->printPretty(OS, 0, Policy);
494 T->getSizeExpr()->printPretty(OS, 0, Policy);
509 T->getSizeExpr()->printPretty(OS, 0, Policy);
586 getNoexceptExpr()->printPretty(OS, 0, Policy);
754 T->getUnderlyingExpr()->printPretty(OS, 0, Policy);
770 T->getUnderlyingExpr()->printPretty(OS, 0, Policy);
H A DStmtPrinter.cpp10 // This file implements the Stmt::dumpPretty/Stmt::printPretty methods, which
185 (*it)->printPretty(OS, Policy);
1565 Size->printPretty(s, Helper, Policy);
1992 printPretty(llvm::errs(), 0, PrintingPolicy(Context.getLangOpts()));
1995 void Stmt::printPretty(raw_ostream &OS, function in class:Stmt
H A DASTDiagnostic.cpp1420 E->printPretty(OS, 0, Policy); return;
H A DExprConstant.cpp1101 Val.printPretty(Out, Frame->Info.Ctx,
1115 Arg.printPretty(Out, Frame->Info.Ctx, Param->getType());
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DAttr.h104 virtual void printPretty(raw_ostream &OS,
H A DAPValue.h198 void printPretty(raw_ostream &OS, ASTContext &Ctx, QualType Ty) const;
H A DStmt.h381 /// dumpPretty/printPretty - These two methods do a "pretty print" of the AST
384 void printPretty(raw_ostream &OS, PrinterHelper *Helper,
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Rewrite/Core/
H A DRewriter.cpp339 To->printPretty(S, 0, PrintingPolicy(*LangOpts));
349 From->printPretty(S, 0, PrintingPolicy(*LangOpts));
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DEnvironment.cpp211 S->printPretty(Out, 0, PrintingPolicy(LO));
H A DMemRegion.cpp511 Str->printPretty(os, 0, PrintingPolicy(getContext().getLangOpts()));
515 Str->printPretty(os, 0, PrintingPolicy(getContext().getLangOpts()));
574 void MemRegion::printPretty(raw_ostream &os) const { function in class:MemRegion
617 void FieldRegion::printPretty(raw_ostream &os) const { function in class:FieldRegion
H A DBugReporterVisitors.cpp318 MR->printPretty(Out);
581 R->printPretty(os);
646 R->printPretty(os);
691 R->printPretty(os);
H A DExprEngine.cpp2371 C->getLHS()->printPretty(Out, 0, PrintingPolicy(LO));
2375 RHS->printPretty(Out, 0, PrintingPolicy(LO));
2417 S->printPretty(Out, 0, PrintingPolicy(LO));
H A DCallEvent.cpp219 E->printPretty(Out, 0, Ctx.getPrintingPolicy());
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp3622 I->getCond()->printPretty(OS,Helper,Policy);
3627 Terminator->printPretty(OS, Helper, Policy);
3641 C->printPretty(OS, Helper, Policy);
3651 C->printPretty(OS, Helper, Policy);
3657 C->printPretty(OS, Helper, Policy);
3662 Terminator->getCond()->printPretty(OS, Helper, Policy);
3670 C->getCond()->printPretty(OS, Helper, Policy);
3676 C->getCond()->printPretty(OS, Helper, Policy);
3682 I->getTarget()->printPretty(OS, Helper, Policy);
3691 B->getLHS()->printPretty(O
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h175 virtual void printPretty(raw_ostream &os) const;
958 void printPretty(raw_ostream &os) const;
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExceptionSpec.cpp263 OldProto->getNoexceptExpr()->printPretty(OS, 0, getPrintingPolicy());
H A DSemaChecking.cpp3875 DstArg->printPretty(OS, 0, getPrintingPolicy());
3972 DstArg->printPretty(OS, 0, getPrintingPolicy());
3975 DstArg->printPretty(OS, 0, getPrintingPolicy());
H A DSemaDeclCXX.cpp11235 AssertMessage->printPretty(Msg, 0, getPrintingPolicy());
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp232 New->printPretty(S, 0, PrintingPolicy(LangOpts));
1723 syncExpr->printPretty(syncExprBuf, 0, PrintingPolicy(LangOpts));
2540 Exp->getString()->printPretty(prettyBuf, 0, PrintingPolicy(LangOpts));
4865 Replacement->printPretty(Buf);
H A DRewriteModernObjC.cpp283 New->printPretty(S, 0, PrintingPolicy(LangOpts));
2640 Exp->getString()->printPretty(prettyBuf, 0, PrintingPolicy(LangOpts));
4607 GlobalConstructionExp->printPretty(constructorExprBuf, 0,
5876 Replacement->printPretty(Buf);

Completed in 385 milliseconds