Home
last modified time | relevance | path

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

/external/llvm/lib/MC/MCParser/
DAsmParser.cpp1809 SMLoc ExprLoc = getLexer().getLoc(); in ParseDirectiveValue() local
1818 return Error(ExprLoc, "literal value out of range for directive"); in ParseDirectiveValue()
/external/clang/lib/Sema/
DSemaDeclCXX.cpp2384 SourceLocation ExprLoc = E->getLocStart(); in CastForMoving() local
2386 TargetType, ExprLoc); in CastForMoving()
2388 return SemaRef.BuildCXXNamedCast(ExprLoc, tok::kw_static_cast, TargetLoc, E, in CastForMoving()
2389 SourceRange(ExprLoc, ExprLoc), in CastForMoving()