Searched refs:PrintExpr (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp105 PrintExpr(cast<Expr>(S));
132 void PrintExpr(Expr *E) { function in class:__anon1602::StmtPrinter
210 PrintExpr(Node->getLHS());
213 PrintExpr(Node->getRHS());
245 PrintExpr(If->getCond());
287 PrintExpr(Node->getCond());
297 PrintExpr(Node->getCond());
314 PrintExpr(Node->getCond());
325 PrintExpr(Node->getCond());
329 PrintExpr(Nod
[all...]
H A DASTDiagnostic.cpp1480 PrintExpr(FromExpr, ToExpr, Tree.FromDefault(), Tree.ToDefault(),
1677 /// PrintExpr - Prints out the expr template arguments, highlighting argument
1679 void PrintExpr(const Expr *FromExpr, const Expr *ToExpr, bool FromDefault, function in class:__anon1557::TemplateDiff
1684 PrintExpr(FromExpr);
1688 PrintExpr(FromExpr);
1693 PrintExpr(FromExpr);
1697 PrintExpr(ToExpr);
1703 /// PrintExpr - Actual formatting and printing of expressions.
1704 void PrintExpr(const Expr *E) { function in class:__anon1557::TemplateDiff
1786 PrintExpr(
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp419 friend struct PrintExpr;
424 friend raw_ostream &operator<< (raw_ostream &OS, const struct PrintExpr &P);
460 struct PrintExpr { struct in namespace:__anon4108
461 PrintExpr(const HCE::ExtExpr &E, const HexagonRegisterInfo &I) function in struct:__anon4108::PrintExpr
468 raw_ostream &operator<< (raw_ostream &OS, const PrintExpr &P) {
488 << PrintExpr(P.ExtI.second, P.HRI) << ']';
503 OS << " = " << PrintExpr(ED.Expr, HRI);

Completed in 52 milliseconds