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

References

tools/clang/lib/Analysis/AnalysisDeclContext.cpp
  168   for (const auto &LC : parent->captures()) {
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 8193     for (const LambdaCapture &LC : RD->captures()) {
tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
 4878     for (const LambdaCapture &LC : RD->captures()) {
tools/clang/lib/Sema/SemaDecl.cpp
13459   for (const auto &C : LambdaClass->captures()) {
tools/clang/lib/Sema/SemaExprCXX.cpp
 1050       for (auto &&C : Closure->captures()) {
tools/clang/lib/Sema/SemaOpenMP.cpp
 3613         for (const LambdaCapture &LC : RD->captures()) {