Searched refs:getDeclFromExpr (Results 1 – 2 of 2) sorted by relevance
8173 if (auto *ND = getDeclFromExpr( in EmitAllDiagnostics()8210 NamedDecl *getDeclFromExpr(Expr *E) { in getDeclFromExpr() function in __anona68bfdbb1111::TransformTypos
13978 static NamedDecl *getDeclFromExpr(Expr *E) { in getDeclFromExpr() function14040 Decl *D = getDeclFromExpr(E); in CorrectDelayedTyposInBinOp()14041 return (D && D == getDeclFromExpr(LHS.get())) ? ExprError() : E; in CorrectDelayedTyposInBinOp()