Home | History | Annotate | Download | only in Sema

Lines Matching refs:ExprLoc

12081 bool Sema::tryCaptureVariable(VarDecl *Var, SourceLocation ExprLoc, 
12124 ExprLoc,
12145 Diag(ExprLoc, diag::err_lambda_impcap) << Var->getDeclName();
12150 diagnoseUncapturableValueReference(*this, ExprLoc, Var, DC);
12157 if (!isVariableCapturable(CSI, Var, ExprLoc, BuildAndDiagnose, *this))
12263 Diag(ExprLoc, diag::err_lambda_impcap) << Var->getDeclName();
12298 if (!captureInBlock(BSI, Var, ExprLoc,
12304 if (!captureInCapturedRegion(RSI, Var, ExprLoc,
12311 if (!captureInLambda(LSI, Var, ExprLoc,