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

Declarations

tools/clang/include/clang/Sema/Sema.h
 6041   void addInitCapture(sema::LambdaScopeInfo *LSI, VarDecl *Var);

References

tools/clang/lib/Sema/SemaLambda.cpp
 1211       addInitCapture(LSI, Var);
tools/clang/lib/Sema/TreeTransform.h
11592         getSema().addInitCapture(LSI, NewVD);