Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2387 SMLoc ExprLoc = getLexer().getLoc(); in parseDirectiveValue() local
2399 getStreamer().EmitValue(Value, Size, ExprLoc); in parseDirectiveValue()
2428 SMLoc ExprLoc = getLexer().getLoc(); in parseDirectiveOctaValue() local
2568 SMLoc SizeLoc, ExprLoc; in parseDirectiveFill() local
2583 ExprLoc = getLexer().getLoc(); in parseDirectiveFill()
3543 SMLoc ExprLoc = getLexer().getLoc(); in parseDirectiveBundleAlignMode() local
3551 return Error(ExprLoc, in parseDirectiveBundleAlignMode()
4475 SMLoc ExprLoc = getLexer().getLoc(); in parseDirectiveMSEmit() local
4480 return Error(ExprLoc, "unexpected expression in _emit"); in parseDirectiveMSEmit()
4491 SMLoc ExprLoc = getLexer().getLoc(); in parseDirectiveMSAlign() local
[all …]
/minix/external/bsd/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp2596 SMLoc ExprLoc = getLoc(); in tryParseBarrierOperand() local
2601 Error(ExprLoc, "immediate value expected for barrier operand"); in tryParseBarrierOperand()
2605 Error(ExprLoc, "barrier operand out of range"); in tryParseBarrierOperand()
2609 AArch64Operand::CreateBarrier(MCE->getValue(), ExprLoc, getContext())); in tryParseBarrierOperand()
/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp12262 bool Sema::tryCaptureVariable(VarDecl *Var, SourceLocation ExprLoc, in tryCaptureVariable() argument
12310 ExprLoc, in tryCaptureVariable()
12340 Diag(ExprLoc, diag::err_lambda_impcap) << Var->getDeclName(); in tryCaptureVariable()
12345 diagnoseUncapturableValueReference(*this, ExprLoc, Var, DC); in tryCaptureVariable()
12425 auto ExprLoc = Size->getExprLoc(); in tryCaptureVariable() local
12429 Context, CapRecord, ExprLoc, ExprLoc, in tryCaptureVariable()
12438 CSI->addVLATypeCapture(ExprLoc, SizeType); in tryCaptureVariable()
12481 Diag(ExprLoc, diag::err_lambda_impcap) << Var->getDeclName(); in tryCaptureVariable()
12516 if (!captureInBlock(BSI, Var, ExprLoc, in tryCaptureVariable()
12522 if (!captureInCapturedRegion(RSI, Var, ExprLoc, in tryCaptureVariable()
[all …]
H A DSemaStmt.cpp194 SourceLocation ExprLoc = E->IgnoreParens()->getExprLoc(); in DiagnoseUnusedExprResult() local
201 SourceMgr.isMacroBodyExpansion(ExprLoc) || in DiagnoseUnusedExprResult()
202 SourceMgr.isInSystemMacro(ExprLoc); in DiagnoseUnusedExprResult()
H A DSemaExprCXX.cpp5948 SourceLocation ExprLoc = VarExpr->getExprLoc(); in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures() local
5949 if (S.tryCaptureVariable(Var, ExprLoc, S.TryCapture_Implicit, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
5955 S.tryCaptureVariable(Var, ExprLoc, S.TryCapture_Implicit, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
H A DSemaDeclCXX.cpp3288 SourceLocation ExprLoc = E->getLocStart(); in CastForMoving() local
3290 TargetType, ExprLoc); in CastForMoving()
3292 return SemaRef.BuildCXXNamedCast(ExprLoc, tok::kw_static_cast, TargetLoc, E, in CastForMoving()
3293 SourceRange(ExprLoc, ExprLoc), in CastForMoving()