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

References

tools/clang/lib/Sema/SemaExpr.cpp
15748   bool IsBlock = isa<BlockScopeInfo>(CSI);
15749   bool IsLambda = isa<LambdaScopeInfo>(CSI);
15791   if (HasBlocksAttr && (IsLambda || isa<CapturedRegionScopeInfo>(CSI))) {