Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCast.cpp2736 ExprResult Sema::BuildCStyleCastExpr(SourceLocation LPLoc, in BuildCStyleCastExpr() function in Sema
H A DSemaExpr.cpp6413 return BuildCStyleCastExpr(LParenLoc, castTInfo, RParenLoc, CastExpr); in ActOnCastExpr()
6461 return BuildCStyleCastExpr(LParenLoc, TInfo, RParenLoc, Literal.get()); in BuildVectorLiteral()
6483 return BuildCStyleCastExpr(LParenLoc, TInfo, RParenLoc, Literal.get()); in BuildVectorLiteral()
H A DSemaOpenMP.cpp5091 Expr *ConvE = S.BuildCStyleCastExpr( in buildPostUpdate()
11245 ExprResult CastExpr = S.BuildCStyleCastExpr( in actOnOMPReductionKindClause()
H A DTreeTransform.h2328 return getSema().BuildCStyleCastExpr(LParenLoc, TInfo, RParenLoc, in RebuildCStyleCastExpr()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h4410 ExprResult BuildCStyleCastExpr(SourceLocation LParenLoc,