Home
last modified time | relevance | path

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

/external/llvm/lib/MC/MCParser/
DAsmParser.cpp2217 SMLoc ExprLoc = getLexer().getLoc(); in ParseDirectiveValue() local
2226 return Error(ExprLoc, "literal value out of range for directive"); in ParseDirectiveValue()
3216 SMLoc ExprLoc = getLexer().getLoc(); in ParseDirectiveBundleAlignMode() local
3224 return Error(ExprLoc, in ParseDirectiveBundleAlignMode()
4008 SMLoc ExprLoc = getLexer().getLoc(); in ParseDirectiveMSEmit() local
4013 return Error(ExprLoc, "unexpected expression in _emit"); in ParseDirectiveMSEmit()
4016 return Error(ExprLoc, "literal value out of range for directive"); in ParseDirectiveMSEmit()
4024 SMLoc ExprLoc = getLexer().getLoc(); in ParseDirectiveMSAlign() local
4029 return Error(ExprLoc, "unexpected expression in align"); in ParseDirectiveMSAlign()
4032 return Error(ExprLoc, "literal value not a power of two greater then zero"); in ParseDirectiveMSAlign()
/external/clang/lib/Sema/
DSemaStmt.cpp160 SourceLocation ExprLoc = E->IgnoreParens()->getExprLoc(); in DiagnoseUnusedExprResult() local
167 SourceMgr.isMacroBodyExpansion(ExprLoc) || in DiagnoseUnusedExprResult()
168 SourceMgr.isInSystemMacro(ExprLoc); in DiagnoseUnusedExprResult()
DSemaDeclCXX.cpp2649 SourceLocation ExprLoc = E->getLocStart(); in CastForMoving() local
2651 TargetType, ExprLoc); in CastForMoving()
2653 return SemaRef.BuildCXXNamedCast(ExprLoc, tok::kw_static_cast, TargetLoc, E, in CastForMoving()
2654 SourceRange(ExprLoc, ExprLoc), in CastForMoving()