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

/external/clang/lib/Sema/
H A DSemaExpr.cpp12081 bool Sema::tryCaptureVariable(VarDecl *Var, SourceLocation ExprLoc, function in class:Sema
12322 bool Sema::tryCaptureVariable(VarDecl *Var, SourceLocation Loc, function in class:Sema
12326 return tryCaptureVariable(Var, Loc, Kind, EllipsisLoc,
12336 if (tryCaptureVariable(Var, Loc, TryCapture_Implicit, SourceLocation(),

Completed in 77 milliseconds