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

Declarations

tools/clang/include/clang/Sema/Sema.h
 4461   bool tryCaptureVariable(VarDecl *Var, SourceLocation Loc,

References

tools/clang/lib/Sema/SemaExprObjC.cpp
 1274   tryCaptureVariable(method->getSelfDecl(), Loc);
tools/clang/lib/Sema/SemaLambda.cpp
 1215       tryCaptureVariable(Var, C->Loc, Kind, EllipsisLoc);
tools/clang/lib/Sema/TreeTransform.h
11641           getSema().tryCaptureVariable(CapturedVar, C->getLocation(), Kind);
11662     getSema().tryCaptureVariable(CapturedVar, C->getLocation(), Kind,
11738     getSema().tryCaptureVariable(CapturedVar, C->getLocation());