Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCast.cpp2593 ExprResult Sema::BuildCStyleCastExpr(SourceLocation LPLoc, in BuildCStyleCastExpr() function in Sema
DSemaExpr.cpp6005 return BuildCStyleCastExpr(LParenLoc, castTInfo, RParenLoc, CastExpr); in ActOnCastExpr()
6053 return BuildCStyleCastExpr(LParenLoc, TInfo, RParenLoc, Literal.get()); in BuildVectorLiteral()
6075 return BuildCStyleCastExpr(LParenLoc, TInfo, RParenLoc, Literal.get()); in BuildVectorLiteral()
DSemaOpenMP.cpp4912 Expr *ConvE = S.BuildCStyleCastExpr( in buildPostUpdate()
9389 auto CastExpr = BuildCStyleCastExpr( in ActOnOpenMPReductionClause()
DTreeTransform.h2191 return getSema().BuildCStyleCastExpr(LParenLoc, TInfo, RParenLoc, in RebuildCStyleCastExpr()
/external/clang/include/clang/Sema/
DSema.h4018 ExprResult BuildCStyleCastExpr(SourceLocation LParenLoc,