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

Declarations

tools/clang/include/clang/AST/Decl.h
 4121   void setCaptures(ASTContext &Context, ArrayRef<Capture> Captures,

References

tools/clang/lib/Sema/SemaExpr.cpp
14396   BD->setCaptures(Context, Captures, BSI->CXXThisCaptureIndex != 0);
tools/clang/lib/Sema/SemaLambda.cpp
 1915   Block->setCaptures(Context, Capture, /*CapturesCXXThis=*/false);
tools/clang/lib/Serialization/ASTReaderDecl.cpp
 1514   BD->setCaptures(Reader.getContext(), captures, capturesCXXThis);