reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaExprCXX.cpp
 7950   if (!FullExpr.get())
 7953   if (DiagnoseUnexpandedParameterPack(FullExpr.get()))
 7959         FullExpr.get()->getType() == Context.UnknownAnyTy) {
 7960       FullExpr = forceUnknownAnyToType(FullExpr.get(), Context.getObjCIdType());
 7960       FullExpr = forceUnknownAnyToType(FullExpr.get(), Context.getObjCIdType());
 7961       if (FullExpr.isInvalid())
 7965     FullExpr = CheckPlaceholderExpr(FullExpr.get());
 7965     FullExpr = CheckPlaceholderExpr(FullExpr.get());
 7966     if (FullExpr.isInvalid())
 7969     FullExpr = IgnoredValueConversions(FullExpr.get());
 7969     FullExpr = IgnoredValueConversions(FullExpr.get());
 7970     if (FullExpr.isInvalid())
 7973     DiagnoseUnusedExprResult(FullExpr.get());
 7976   FullExpr = CorrectDelayedTyposInExpr(FullExpr.get());
 7976   FullExpr = CorrectDelayedTyposInExpr(FullExpr.get());
 7977   if (FullExpr.isInvalid())
 7980   CheckCompletedExpr(FullExpr.get(), CC, IsConstexpr);
 8033       CurrentLSI->hasPotentialCaptures() && !FullExpr.isInvalid())
 8036   return MaybeCreateExprWithCleanups(FullExpr);