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

/external/clang/include/clang/Sema/
H A DSemaInternal.h69 SemaRef.tryCaptureVariable(Var, Loc, Sema::TryCapture_Implicit,
H A DSema.h3315 bool tryCaptureVariable(VarDecl *Var, SourceLocation Loc, TryCaptureKind Kind,
3322 bool tryCaptureVariable(VarDecl *Var, SourceLocation Loc,
/external/clang/lib/Sema/
H A DSemaLambda.cpp155 /// via tryCaptureVariable for variables and CheckCXXThisCapture for
201 !S.tryCaptureVariable(VarToCapture,
1081 // Note that the 'reaching scope' check happens in tryCaptureVariable().
1118 tryCaptureVariable(Var, C->Loc, Kind, EllipsisLoc);
H A DSemaExprCXX.cpp5888 if (S.tryCaptureVariable(Var, ExprLoc, S.TryCapture_Implicit,
5894 S.tryCaptureVariable(Var, ExprLoc, S.TryCapture_Implicit,
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(),
H A DSemaExprObjC.cpp1127 tryCaptureVariable(method->getSelfDecl(), Loc);
H A DTreeTransform.h8855 getSema().tryCaptureVariable(CapturedVar, C->getLocation(), Kind);
8876 getSema().tryCaptureVariable(CapturedVar, C->getLocation(), Kind);

Completed in 193 milliseconds