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

References

tools/clang/lib/Sema/SemaExpr.cpp
14334     if (Cap.isInvalid() || Cap.isThisCapture())
14334     if (Cap.isInvalid() || Cap.isThisCapture())
14337     VarDecl *Var = Cap.getVariable();
14339     if (getLangOpts().CPlusPlus && Cap.isCopyCapture()) {
14341               Cap.getCaptureType()->getAs<RecordType>()) {
14358         SourceLocation Loc = Cap.getLocation();
14376                                                  Cap.getCaptureType(), false),
14392     BlockDecl::Capture NewCap(Var, Cap.isBlockCapture(), Cap.isNested(),
14392     BlockDecl::Capture NewCap(Var, Cap.isBlockCapture(), Cap.isNested(),