Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp3197 ExprResult Sema::BuildCStyleCastExpr(SourceLocation LPLoc, in BuildCStyleCastExpr() function in Sema
H A DSemaOpenMP.cpp5280 Actions.BuildCStyleCastExpr({}, LogicalTSI, {}, ForwardRange)); in buildDistanceFunc()
5288 Actions.BuildCStyleCastExpr({}, LogicalTSI, {}, BackwardRange)); in buildDistanceFunc()
5319 AssertSuccess(Actions.BuildCStyleCastExpr({}, LogicalTSI, {}, Range)); in buildDistanceFunc()
8887 Expr *ConvE = S.BuildCStyleCastExpr( in buildPostUpdate()
9408 NewPrevUB = SemaRef.BuildCStyleCastExpr( in checkOpenMPLoop()
17147 ExprResult CastExpr = S.BuildCStyleCastExpr( in actOnOMPReductionKindClause()
H A DSemaExpr.cpp7672 return BuildCStyleCastExpr(LParenLoc, castTInfo, RParenLoc, CastExpr); in ActOnCastExpr()
7720 return BuildCStyleCastExpr(LParenLoc, TInfo, RParenLoc, Literal.get()); in BuildVectorLiteral()
7742 return BuildCStyleCastExpr(LParenLoc, TInfo, RParenLoc, Literal.get()); in BuildVectorLiteral()
H A DTreeTransform.h2704 return getSema().BuildCStyleCastExpr(LParenLoc, TInfo, RParenLoc, in RebuildCStyleCastExpr()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5456 ExprResult BuildCStyleCastExpr(SourceLocation LParenLoc,