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

Declarations

tools/clang/include/clang/AST/ExprCXX.h
 1926   capture_iterator explicit_capture_begin() const;

References

tools/clang/lib/AST/ExprCXX.cpp
 1267   return capture_range(explicit_capture_begin(), explicit_capture_end());
tools/clang/lib/AST/StmtPrinter.cpp
 1911   for (LambdaExpr::capture_iterator C = Node->explicit_capture_begin(),
tools/clang/lib/AST/StmtProfile.cpp
 1703   for (LambdaExpr::capture_iterator C = S->explicit_capture_begin(),
tools/clang/lib/Sema/TreeTransform.h
11390   InitCaptures.resize(E->explicit_capture_end() - E->explicit_capture_begin());
tools/clang/tools/libclang/CIndex.cpp
 3163         for (LambdaExpr::capture_iterator C = E->explicit_capture_begin(),