Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaCast.cpp3285 ExprResult Sema::BuildCStyleCastExpr(SourceLocation LPLoc, in BuildCStyleCastExpr() function in Sema
H A DSemaOpenMP.cpp5648 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 DSemaExpr.cpp8237 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 DTreeTransform.h2855 return getSema().BuildCStyleCastExpr(LParenLoc, TInfo, RParenLoc, in RebuildCStyleCastExpr()
H A DSemaChecking.cpp579 ExprResult BasePtr = S.BuildCStyleCastExpr( in dumpRecordValue()
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DSema.h5880 ExprResult BuildCStyleCastExpr(SourceLocation LParenLoc,