Home | History | Annotate | Download | only in Sema

Lines Matching refs:DefVD

12355   const VarDecl *DefVD = nullptr;
12356 Var->getAnyInitializer(DefVD);
12357 if (!DefVD)
12359 EvaluatedStmt *Eval = DefVD->ensureEvaluatedStmt();