Searched refs:BuildCStyleCastExpr (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaCast.cpp | 3285 ExprResult Sema::BuildCStyleCastExpr(SourceLocation LPLoc, in BuildCStyleCastExpr() function in Sema
|
H A D | SemaOpenMP.cpp | 5648 Actions.BuildCStyleCastExpr({}, LogicalTSI, {}, ForwardRange)); in buildDistanceFunc() 5656 Actions.BuildCStyleCastExpr({}, LogicalTSI, {}, BackwardRange)); in buildDistanceFunc() 5687 AssertSuccess(Actions.BuildCStyleCastExpr({}, LogicalTSI, {}, Range)); in buildDistanceFunc() 9507 Expr *ConvE = S.BuildCStyleCastExpr( in buildPostUpdate() 10026 NewPrevUB = SemaRef.BuildCStyleCastExpr( in checkOpenMPLoop() 19500 ExprResult CastExpr = S.BuildCStyleCastExpr( in actOnOMPReductionKindClause()
|
H A D | SemaExpr.cpp | 8237 return BuildCStyleCastExpr(LParenLoc, castTInfo, RParenLoc, CastExpr); in ActOnCastExpr() 8288 return BuildCStyleCastExpr(LParenLoc, TInfo, RParenLoc, Literal.get()); in BuildVectorLiteral() 8310 return BuildCStyleCastExpr(LParenLoc, TInfo, RParenLoc, Literal.get()); in BuildVectorLiteral()
|
H A D | TreeTransform.h | 2855 return getSema().BuildCStyleCastExpr(LParenLoc, TInfo, RParenLoc, in RebuildCStyleCastExpr()
|
H A D | SemaChecking.cpp | 579 ExprResult BasePtr = S.BuildCStyleCastExpr( in dumpRecordValue()
|
/openbsd/gnu/llvm/clang/include/clang/Sema/ |
H A D | Sema.h | 5880 ExprResult BuildCStyleCastExpr(SourceLocation LParenLoc,
|