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())
 7757     assert(Cap.capturesVariable() && "Expected capture by reference only!");
 8503       assert(CI.capturesVariable() && "Expected captured reference.");
 9358         if (CI->capturesVariable())
tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
  385       if (C.capturesVariable() && !C.capturesVariableByCopy()) {
  477       if (C.capturesVariable() && !C.capturesVariableByCopy()) {
 4853     if (!C.capturesVariable())
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
   69       if (C.capturesVariable() || C.capturesVariableByCopy()) {
  222         if (C.capturesVariable() || C.capturesVariableByCopy()) {
  325       assert(CurCap->capturesVariable() && "Expected capture by reference.");
  430     if (I->capturesVariable() || I->capturesVariableByCopy()) {
  517     } else if (I->capturesVariable()) {
tools/clang/lib/CodeGen/CodeGenFunction.h
  361         else if (I->capturesVariable())
tools/clang/lib/Sema/SemaOpenMP.cpp
 3054       if (!Cap.capturesVariable() && !Cap.capturesVariableByCopy())