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

Declarations

tools/clang/include/clang/AST/ExprCXX.h
 1930   capture_iterator explicit_capture_end() const;

References

tools/clang/lib/AST/ExprCXX.cpp
 1267   return capture_range(explicit_capture_begin(), explicit_capture_end());
 1271   return explicit_capture_end();
tools/clang/lib/AST/StmtPrinter.cpp
 1912                                  CEnd = Node->explicit_capture_end();
tools/clang/lib/AST/StmtProfile.cpp
 1704                                  CEnd = S->explicit_capture_end();
tools/clang/lib/Sema/TreeTransform.h
11390   InitCaptures.resize(E->explicit_capture_end() - E->explicit_capture_begin());
tools/clang/tools/libclang/CIndex.cpp
 3164                                        CEnd = E->explicit_capture_end();