Lines Matching defs:BuiltinLoc
3052 ExprResult RebuildVAArgExpr(SourceLocation BuiltinLoc,
3055 return getSema().BuildVAArgExpr(BuiltinLoc,
3094 ExprResult RebuildChooseExpr(SourceLocation BuiltinLoc,
3097 return SemaRef.ActOnChooseExpr(BuiltinLoc,
3652 SourceLocation BuiltinLoc,
3655 return getSema().BuildSourceLocExpr(Kind, ResultTy, BuiltinLoc, RPLoc,
3899 ExprResult RebuildShuffleVectorExpr(SourceLocation BuiltinLoc,
3913 SemaRef.Context.BuiltinFnTy, VK_PRValue, BuiltinLoc);
3929 ExprResult RebuildConvertVectorExpr(SourceLocation BuiltinLoc,
3932 return SemaRef.ConvertVectorExpr(SrcExpr, DstTInfo, BuiltinLoc, RParenLoc);
4022 ExprResult RebuildAtomicExpr(SourceLocation BuiltinLoc, MultiExprArg SubExprs,
4027 SourceRange Range{BuiltinLoc, RParenLoc};