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

References

tools/clang/lib/AST/Stmt.cpp
 1195   assert((capturesVariable() || capturesVariableByCopy()) &&
 1317     if (!I.capturesVariable() && !I.capturesVariableByCopy())
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
  347       if (!C.capturesVariable() && !C.capturesVariableByCopy())
 8483     } else if (CI.capturesVariableByCopy()) {
tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
  385       if (C.capturesVariable() && !C.capturesVariableByCopy()) {
  477       if (C.capturesVariable() && !C.capturesVariableByCopy()) {
 4642       if (CI->capturesVariableByCopy() &&
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
   69       if (C.capturesVariable() || C.capturesVariableByCopy()) {
  222         if (C.capturesVariable() || C.capturesVariableByCopy()) {
  299     } else if (CurCap->capturesVariableByCopy()) {
  426         ((I->capturesVariableByCopy() && !ArgType->isAnyPointerType()) ||
  430     if (I->capturesVariable() || I->capturesVariableByCopy()) {
  496     if (I->capturesVariableByCopy() && FD->getType()->isAnyPointerType()) {
  533     } else if (I->capturesVariableByCopy()) {
tools/clang/lib/CodeGen/CodeGenFunction.h
  363         else if (I->capturesVariableByCopy())
tools/clang/lib/Sema/SemaOpenMP.cpp
 3054       if (!Cap.capturesVariable() && !Cap.capturesVariableByCopy())