Searched refs:ExprLoc (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2266 SMLoc ExprLoc = getLexer().getLoc(); local
2275 return Error(ExprLoc, "literal value out of range for directive");
3277 SMLoc ExprLoc = getLexer().getLoc(); local
3285 return Error(ExprLoc,
4065 SMLoc ExprLoc = getLexer().getLoc(); local
4070 return Error(ExprLoc, "unexpected expression in _emit");
4073 return Error(ExprLoc, "literal value out of range for directive");
4081 SMLoc ExprLoc = getLexer().getLoc(); local
4086 return Error(ExprLoc, "unexpected expression in align");
4089 return Error(ExprLoc, "litera
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp174 SourceLocation ExprLoc = E->IgnoreParens()->getExprLoc();
181 SourceMgr.isMacroBodyExpansion(ExprLoc) ||
182 SourceMgr.isInSystemMacro(ExprLoc);
H A DSemaExprCXX.cpp5899 SourceLocation ExprLoc = VarExpr->getExprLoc(); local
5900 if (S.tryCaptureVariable(Var, ExprLoc, S.TryCapture_Implicit,
5906 S.tryCaptureVariable(Var, ExprLoc, S.TryCapture_Implicit,
H A DSemaExpr.cpp11819 bool Sema::tryCaptureVariable(VarDecl *Var, SourceLocation ExprLoc, argument
11862 ExprLoc,
11883 Diag(ExprLoc, diag::err_lambda_impcap) << Var->getDeclName();
11888 diagnoseUncapturableValueReference(*this, ExprLoc, Var, DC);
11895 if (!isVariableCapturable(CSI, Var, ExprLoc, BuildAndDiagnose, *this))
11902 Diag(ExprLoc, diag::err_lambda_impcap) << Var->getDeclName();
11937 if (!captureInBlock(BSI, Var, ExprLoc,
11943 if (!captureInCapturedRegion(RSI, Var, ExprLoc,
11950 if (!captureInLambda(LSI, Var, ExprLoc,
H A DSemaDeclCXX.cpp2961 SourceLocation ExprLoc = E->getLocStart(); local
2963 TargetType, ExprLoc);
2965 return SemaRef.BuildCXXNamedCast(ExprLoc, tok::kw_static_cast, TargetLoc, E,
2966 SourceRange(ExprLoc, ExprLoc),

Completed in 298 milliseconds