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

References

tools/clang/lib/Sema/SemaDecl.cpp
13454   LSI->Mutable = !CallOperator->isConst();
tools/clang/lib/Sema/SemaExpr.cpp
15718         !(isa<LambdaScopeInfo>(CSI) && cast<LambdaScopeInfo>(CSI)->Mutable) &&
16009     if (!LSI->Mutable && !CaptureType->isReferenceType())
tools/clang/lib/Sema/SemaLambda.cpp
  499   LSI->Mutable = Mutable;