Searched refs:VariableReference (Results 1 – 1 of 1) sorted by relevance
105 const auto *VariableReference = dyn_cast<DeclRefExpr>(CurrentSubExpr); in diagnoseThrowLocations() local110 if (VariableReference) in diagnoseThrowLocations()111 Emit = !isFunctionOrCatchVar(VariableReference); in diagnoseThrowLocations()