Searched defs:tryCaptureVariable (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExpr.cpp10498 bool Sema::tryCaptureVariable(VarDecl *Var, SourceLocation Loc, function in class:Sema
10785 bool Sema::tryCaptureVariable(VarDecl *Var, SourceLocation Loc, function in class:Sema
10789 return tryCaptureVariable(Var, Loc, Kind, EllipsisLoc,
10799 if (tryCaptureVariable(Var, Loc, TryCapture_Implicit, SourceLocation(),
10817 SemaRef.tryCaptureVariable(Var, Loc);

Completed in 93 milliseconds