Lines Matching full:vardecl
617 if (VarDecl *Var = dyn_cast<VarDecl>(DRE->getDecl())) {
668 const VarDecl *NRVOVariable = nullptr;
2544 if (const VarDecl *VD = dyn_cast<const VarDecl>(D->getDecl())) {
2822 ExprResult Sema::CheckConditionVariable(VarDecl *ConditionVar,
6279 static inline bool VariableCanNeverBeAConstantExpression(VarDecl *Var,
6282 const VarDecl *DefVD = nullptr;
6329 VarDecl *Var = nullptr;
6472 VarDecl *InitDecl; // A decl to avoid as a correction because it is in the
6552 TransformTypos(Sema &SemaRef, VarDecl *InitDecl, llvm::function_ref<ExprResult(Expr *)> Filter)
6667 Sema::CorrectDelayedTyposInExpr(Expr *E, VarDecl *InitDecl,