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

References

tools/clang/lib/AST/ExprCXX.cpp
 1152   case LCK_ByRef:
 1168   return CapByCopy ? LCK_ByCopy : LCK_ByRef;
tools/clang/lib/AST/StmtPrinter.cpp
 1931     case LCK_ByRef:
tools/clang/lib/AST/StmtProfile.cpp
 1714     case LCK_ByRef:
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 8197       if (LC.getCaptureKind() != LCK_ByRef && !VD->getType()->isPointerType())
 8202       if (LC.getCaptureKind() == LCK_ByRef) {
tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
  490         if (C.getCaptureKind() == LCK_ByRef) {
 4879       if (LC.getCaptureKind() != LCK_ByRef)
tools/clang/lib/Parse/ParseExprCXX.cpp
  929         Kind = LCK_ByRef;
 1061           Kind == LCK_ByRef ? &EllipsisLocs[1] :
 1124             Loc, Kind == LCK_ByRef, EllipsisLoc, Id, InitKind, InitExpr);
tools/clang/lib/Sema/SemaDecl.cpp
13465       const bool ByRef = C.getCaptureKind() == LCK_ByRef;
tools/clang/lib/Sema/SemaLambda.cpp
 1125       if (C->Kind == LCK_ByRef && Intro.Default == LCD_ByRef) {
 1213       TryCaptureKind Kind = C->Kind == LCK_ByRef ? TryCapture_ExplicitByRef :
 1756               From.isCopyCapture() ? LCK_ByCopy : LCK_ByRef;
tools/clang/lib/Sema/SemaOpenMP.cpp
 3614           if (LC.getCaptureKind() == LCK_ByRef) {
tools/clang/lib/Serialization/ASTReaderDecl.cpp
 1711       case LCK_ByRef:
tools/clang/lib/Serialization/ASTWriter.cpp
 6242       case LCK_ByRef: