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

/external/clang/lib/Sema/
H A DSemaExpr.cpp13552 bool Sema::tryCaptureVariable( function in class:Sema
13744 bool Sema::tryCaptureVariable(VarDecl *Var, SourceLocation Loc, function in class:Sema
13748 return tryCaptureVariable(Var, Loc, Kind, EllipsisLoc,
13756 return !tryCaptureVariable(Var, Loc, TryCapture_Implicit, SourceLocation(),
13766 if (tryCaptureVariable(Var, Loc, TryCapture_Implicit, SourceLocation(),

Completed in 252 milliseconds