Searched refs:BuildCStyleCastExpr (Results 1 – 8 of 8) sorted by relevance
| /src/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 | 696 S.BuildCStyleCastExpr(SourceLocation(), TSI, SourceLocation(), E); in HandleIntegralOrEnumType() 704 S.BuildCStyleCastExpr(SourceLocation(), TSI, SourceLocation(), E); in HandlePtrType()
|
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCast.cpp | 3341 ExprResult Sema::BuildCStyleCastExpr(SourceLocation LPLoc, in BuildCStyleCastExpr() function in Sema
|
| H A D | SemaOpenMP.cpp | 5452 Actions.BuildCStyleCastExpr({}, LogicalTSI, {}, ForwardRange)); in buildDistanceFunc() 5460 Actions.BuildCStyleCastExpr({}, LogicalTSI, {}, BackwardRange)); in buildDistanceFunc() 5491 AssertSuccess(Actions.BuildCStyleCastExpr({}, LogicalTSI, {}, Range)); in buildDistanceFunc() 9557 Expr *ConvE = S.BuildCStyleCastExpr( in buildPostUpdate() 10086 NewPrevUB = SemaRef.BuildCStyleCastExpr( in checkOpenMPLoop() 18660 ExprResult CastExpr = S.BuildCStyleCastExpr( in actOnOMPReductionKindClause()
|
| H A D | SemaExpr.cpp | 7733 return BuildCStyleCastExpr(LParenLoc, castTInfo, RParenLoc, CastExpr); in ActOnCastExpr() 7784 return BuildCStyleCastExpr(LParenLoc, TInfo, RParenLoc, Literal.get()); in BuildVectorLiteral() 7805 return BuildCStyleCastExpr(LParenLoc, TInfo, RParenLoc, Literal.get()); in BuildVectorLiteral()
|
| H A D | SemaChecking.cpp | 638 ExprResult BasePtr = S.BuildCStyleCastExpr( in dumpRecordValue()
|
| H A D | TreeTransform.h | 2977 return getSema().BuildCStyleCastExpr(LParenLoc, TInfo, RParenLoc, in RebuildCStyleCastExpr()
|
| /src/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 2145 ExprResult BuildCStyleCastExpr(SourceLocation LParenLoc, TypeSourceInfo *Ty,
|