Searched refs:VDDef (Results 1 – 1 of 1) sorted by relevance
3081 VarDecl *VDDef = VD->getDefinition(); in ActOnOpenMPReductionClause() local3082 if (Type->isReferenceType() && VDDef) { in ActOnOpenMPReductionClause()3084 if (Check.Visit(VDDef->getInit())) { in ActOnOpenMPReductionClause()3086 Diag(VDDef->getLocation(), diag::note_defined_here) << VDDef; in ActOnOpenMPReductionClause()