Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCast.cpp3239 ExprResult Sema::BuildCStyleCastExpr(SourceLocation LPLoc, in BuildCStyleCastExpr() function in Sema
H A DSemaOpenMP.cpp5577 Actions.BuildCStyleCastExpr({}, LogicalTSI, {}, ForwardRange)); in buildDistanceFunc()
5585 Actions.BuildCStyleCastExpr({}, LogicalTSI, {}, BackwardRange)); in buildDistanceFunc()
5616 AssertSuccess(Actions.BuildCStyleCastExpr({}, LogicalTSI, {}, Range)); in buildDistanceFunc()
9424 Expr *ConvE = S.BuildCStyleCastExpr( in buildPostUpdate()
9943 NewPrevUB = SemaRef.BuildCStyleCastExpr( in checkOpenMPLoop()
19217 ExprResult CastExpr = S.BuildCStyleCastExpr( in actOnOMPReductionKindClause()
H A DSemaExpr.cpp7997 return BuildCStyleCastExpr(LParenLoc, castTInfo, RParenLoc, CastExpr); in ActOnCastExpr()
8048 return BuildCStyleCastExpr(LParenLoc, TInfo, RParenLoc, Literal.get()); in BuildVectorLiteral()
8070 return BuildCStyleCastExpr(LParenLoc, TInfo, RParenLoc, Literal.get()); in BuildVectorLiteral()
H A DTreeTransform.h2766 return getSema().BuildCStyleCastExpr(LParenLoc, TInfo, RParenLoc, in RebuildCStyleCastExpr()
H A DSemaChecking.cpp544 ExprResult BasePtr = S.BuildCStyleCastExpr( in dumpRecordValue()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h5737 ExprResult BuildCStyleCastExpr(SourceLocation LParenLoc,