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

/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2384 SMLoc ExprLoc = getLexer().getLoc(); local
2393 return Error(ExprLoc, "literal value out of range for directive");
2396 getStreamer().EmitValue(Value, Size, ExprLoc);
2425 SMLoc ExprLoc = getLexer().getLoc();
2438 return Error(ExprLoc, "literal value out of range for directive");
2565 SMLoc SizeLoc, ExprLoc; local
2580 ExprLoc = getLexer().getLoc();
2601 Warning(ExprLoc, "'.fill' directive pattern has been truncated to 32-bits");
3518 SMLoc ExprLoc = getLexer().getLoc(); local
3526 return Error(ExprLoc,
4415 SMLoc ExprLoc = getLexer().getLoc(); local
4431 SMLoc ExprLoc = getLexer().getLoc(); local
[all...]
/external/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp2602 SMLoc ExprLoc = getLoc(); local
2607 Error(ExprLoc, "immediate value expected for barrier operand");
2611 Error(ExprLoc, "barrier operand out of range");
2615 AArch64Operand::CreateBarrier(MCE->getValue(), ExprLoc, getContext()));
/external/clang/lib/Sema/
H A DSemaStmt.cpp187 SourceLocation ExprLoc = E->IgnoreParens()->getExprLoc();
194 SourceMgr.isMacroBodyExpansion(ExprLoc) ||
195 SourceMgr.isInSystemMacro(ExprLoc);
H A DSemaExprCXX.cpp5887 SourceLocation ExprLoc = VarExpr->getExprLoc(); local
5888 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, argument
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,
H A DSemaDeclCXX.cpp3041 SourceLocation ExprLoc = E->getLocStart(); local
3043 TargetType, ExprLoc);
3045 return SemaRef.BuildCXXNamedCast(ExprLoc, tok::kw_static_cast, TargetLoc, E,
3046 SourceRange(ExprLoc, ExprLoc),

Completed in 182 milliseconds