Searched refs:asExpr (Results 1 – 7 of 7) sorted by relevance
16 if (const Expr *E = asExpr()) in getLoc()25 const Expr *SourceInfo::asExpr() const { in asExpr() function in SourceInfo32 if (const Expr *E = getSource(F, PC).asExpr()) in getExpr()
80 const Expr *asExpr() const;
146 const Expr *asExpr() const { return Source.dyn_cast<const Expr *>(); } in asExpr() function
95 else if (auto *E = Desc->asExpr()) in toAPValue()
113 if (auto *E = Desc->asExpr()) { in print()
261 if (auto *E = asExpr()) in getType()
384 if (auto *E = dyn_cast_or_null<CXXThisExpr>(Loc.asExpr())) in CheckThis()