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

References

tools/clang/lib/Sema/SemaOpenMP.cpp
 3614           if (LC.getCaptureKind() == LCK_ByRef) {
 3615             VarDecl *VD = LC.getCapturedVar();
 3619             MarkVariableReferenced(LC.getLocation(), VD);
 3620           } else if (LC.getCaptureKind() == LCK_This) {
 3624               CheckCXXThisCapture(LC.getLocation());