Searched refs:BuildCStyleCastExpr (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Interpreter/ |
| H A D | InterpreterUtils.cpp | 29 S.BuildCStyleCastExpr(SourceLocation(), TSI, SourceLocation(), E).get(); in CStyleCastPtrExpr()
|
| H A D | Interpreter.cpp | 701 S.BuildCStyleCastExpr(SourceLocation(), TSI, SourceLocation(), E); in HandleIntegralOrEnumType() 709 S.BuildCStyleCastExpr(SourceLocation(), TSI, SourceLocation(), E); in HandlePtrType()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCast.cpp | 3331 ExprResult Sema::BuildCStyleCastExpr(SourceLocation LPLoc, in BuildCStyleCastExpr() function in Sema
|
| H A D | SemaOpenMP.cpp | 5678 Actions.BuildCStyleCastExpr({}, LogicalTSI, {}, ForwardRange)); in buildDistanceFunc() 5686 Actions.BuildCStyleCastExpr({}, LogicalTSI, {}, BackwardRange)); in buildDistanceFunc() 5717 AssertSuccess(Actions.BuildCStyleCastExpr({}, LogicalTSI, {}, Range)); in buildDistanceFunc() 9722 Expr *ConvE = S.BuildCStyleCastExpr( in buildPostUpdate() 10241 NewPrevUB = SemaRef.BuildCStyleCastExpr( in checkOpenMPLoop() 19858 ExprResult CastExpr = S.BuildCStyleCastExpr( in actOnOMPReductionKindClause()
|
| H A D | SemaExpr.cpp | 8579 return BuildCStyleCastExpr(LParenLoc, castTInfo, RParenLoc, CastExpr); in ActOnCastExpr() 8630 return BuildCStyleCastExpr(LParenLoc, TInfo, RParenLoc, Literal.get()); in BuildVectorLiteral() 8651 return BuildCStyleCastExpr(LParenLoc, TInfo, RParenLoc, Literal.get()); in BuildVectorLiteral()
|
| H A D | TreeTransform.h | 2927 return getSema().BuildCStyleCastExpr(LParenLoc, TInfo, RParenLoc, in RebuildCStyleCastExpr()
|
| H A D | SemaChecking.cpp | 609 ExprResult BasePtr = S.BuildCStyleCastExpr( in dumpRecordValue()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 6034 ExprResult BuildCStyleCastExpr(SourceLocation LParenLoc,
|