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

References

tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 8194       if (!LC.capturesVariable())
 8196       const VarDecl *VD = LC.getCapturedVar();
 8197       if (LC.getCaptureKind() != LCK_ByRef && !VD->getType()->isPointerType())
 8202       if (LC.getCaptureKind() == LCK_ByRef) {