Lines Matching defs:BuiltinLoc
3090 ExprResult RebuildVAArgExpr(SourceLocation BuiltinLoc,
3093 return getSema().BuildVAArgExpr(BuiltinLoc,
3132 ExprResult RebuildChooseExpr(SourceLocation BuiltinLoc,
3135 return SemaRef.ActOnChooseExpr(BuiltinLoc,
3696 SourceLocation BuiltinLoc,
3699 return getSema().BuildSourceLocExpr(Kind, ResultTy, BuiltinLoc, RPLoc,
3943 ExprResult RebuildShuffleVectorExpr(SourceLocation BuiltinLoc,
3957 SemaRef.Context.BuiltinFnTy, VK_PRValue, BuiltinLoc);
3973 ExprResult RebuildConvertVectorExpr(SourceLocation BuiltinLoc,
3976 return SemaRef.ConvertVectorExpr(SrcExpr, DstTInfo, BuiltinLoc, RParenLoc);
4080 ExprResult RebuildAtomicExpr(SourceLocation BuiltinLoc, MultiExprArg SubExprs,
4085 SourceRange Range{BuiltinLoc, RParenLoc};