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

References

tools/clang/lib/Sema/SemaExpr.cpp
 4781         if (CSI == nullptr)
 4784         if (auto *LSI = dyn_cast<LambdaScopeInfo>(CSI))
 4786         else if (auto *CRSI = dyn_cast<CapturedRegionScopeInfo>(CSI))
 4788         else if (auto *BSI = dyn_cast<BlockScopeInfo>(CSI))
 4794               Context, LHSExp->IgnoreParenImpCasts()->getType(), CSI);