Searched refs:BuildCStyleCastExpr (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaCast.cpp | 3239 ExprResult Sema::BuildCStyleCastExpr(SourceLocation LPLoc, in BuildCStyleCastExpr() function in Sema
|
| H A D | SemaOpenMP.cpp | 5577 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 D | SemaExpr.cpp | 7997 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 D | TreeTransform.h | 2766 return getSema().BuildCStyleCastExpr(LParenLoc, TInfo, RParenLoc, in RebuildCStyleCastExpr()
|
| H A D | SemaChecking.cpp | 544 ExprResult BasePtr = S.BuildCStyleCastExpr( in dumpRecordValue()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 5737 ExprResult BuildCStyleCastExpr(SourceLocation LParenLoc,
|