Searched refs:CurrentSubExpr (Results 1 – 1 of 1) sorted by relevance
104 auto *CurrentSubExpr = SubExpr->IgnoreImpCasts(); in diagnoseThrowLocations() local105 const auto *VariableReference = dyn_cast<DeclRefExpr>(CurrentSubExpr); in diagnoseThrowLocations()106 const auto *ConstructorCall = dyn_cast<CXXConstructExpr>(CurrentSubExpr); in diagnoseThrowLocations()120 auto *CurrentSubExpr = (*ArgIter)->IgnoreImpCasts(); in diagnoseThrowLocations() local121 if (CurrentSubExpr->isLValue()) { in diagnoseThrowLocations()122 if (auto *Tmp = dyn_cast<DeclRefExpr>(CurrentSubExpr)) in diagnoseThrowLocations()124 else if (isa<CallExpr>(CurrentSubExpr)) in diagnoseThrowLocations()