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

References

tools/clang/lib/Sema/SemaCast.cpp
 2921   if (auto *BindExpr = dyn_cast<CXXBindTemporaryExpr>(SubExpr))
 2922     SubExpr = BindExpr->getSubExpr();
 2923   if (auto *ConstructExpr = dyn_cast<CXXConstructExpr>(SubExpr))