Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCast.cpp3180 ExprResult Sema::BuildCStyleCastExpr(SourceLocation LPLoc, in BuildCStyleCastExpr() function in Sema
H A DSemaOpenMP.cpp5269 Actions.BuildCStyleCastExpr({}, LogicalTSI, {}, ForwardRange)); in buildDistanceFunc()
5277 Actions.BuildCStyleCastExpr({}, LogicalTSI, {}, BackwardRange)); in buildDistanceFunc()
5308 AssertSuccess(Actions.BuildCStyleCastExpr({}, LogicalTSI, {}, Range)); in buildDistanceFunc()
8881 Expr *ConvE = S.BuildCStyleCastExpr( in buildPostUpdate()
16764 ExprResult CastExpr = S.BuildCStyleCastExpr( in actOnOMPReductionKindClause()
H A DSemaExpr.cpp7608 return BuildCStyleCastExpr(LParenLoc, castTInfo, RParenLoc, CastExpr); in ActOnCastExpr()
7656 return BuildCStyleCastExpr(LParenLoc, TInfo, RParenLoc, Literal.get()); in BuildVectorLiteral()
7678 return BuildCStyleCastExpr(LParenLoc, TInfo, RParenLoc, Literal.get()); in BuildVectorLiteral()
H A DTreeTransform.h2683 return getSema().BuildCStyleCastExpr(LParenLoc, TInfo, RParenLoc, in RebuildCStyleCastExpr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h5405 ExprResult BuildCStyleCastExpr(SourceLocation LParenLoc,