Searched refs:getDeclFromExpr (Results 1 – 2 of 2) sorted by relevance
7598 if (auto *ND = getDeclFromExpr( in EmitAllDiagnostics()7628 NamedDecl *getDeclFromExpr(Expr *E) { in getDeclFromExpr() function in __anonb2279db60911::TransformTypos
12180 static NamedDecl *getDeclFromExpr(Expr *E) { in getDeclFromExpr() function12240 Decl *D = getDeclFromExpr(E); in CorrectDelayedTyposInBinOp()12241 return (D && D == getDeclFromExpr(LHS.get())) ? ExprError() : E; in CorrectDelayedTyposInBinOp()