Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreterUtils.cpp29 S.BuildCStyleCastExpr(SourceLocation(), TSI, SourceLocation(), E).get(); in CStyleCastPtrExpr()
H A DInterpreter.cpp696 S.BuildCStyleCastExpr(SourceLocation(), TSI, SourceLocation(), E); in HandleIntegralOrEnumType()
704 S.BuildCStyleCastExpr(SourceLocation(), TSI, SourceLocation(), E); in HandlePtrType()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp3341 ExprResult Sema::BuildCStyleCastExpr(SourceLocation LPLoc, in BuildCStyleCastExpr() function in Sema
H A DSemaOpenMP.cpp5452 Actions.BuildCStyleCastExpr({}, LogicalTSI, {}, ForwardRange)); in buildDistanceFunc()
5460 Actions.BuildCStyleCastExpr({}, LogicalTSI, {}, BackwardRange)); in buildDistanceFunc()
5491 AssertSuccess(Actions.BuildCStyleCastExpr({}, LogicalTSI, {}, Range)); in buildDistanceFunc()
9557 Expr *ConvE = S.BuildCStyleCastExpr( in buildPostUpdate()
10086 NewPrevUB = SemaRef.BuildCStyleCastExpr( in checkOpenMPLoop()
18660 ExprResult CastExpr = S.BuildCStyleCastExpr( in actOnOMPReductionKindClause()
H A DSemaExpr.cpp7733 return BuildCStyleCastExpr(LParenLoc, castTInfo, RParenLoc, CastExpr); in ActOnCastExpr()
7784 return BuildCStyleCastExpr(LParenLoc, TInfo, RParenLoc, Literal.get()); in BuildVectorLiteral()
7805 return BuildCStyleCastExpr(LParenLoc, TInfo, RParenLoc, Literal.get()); in BuildVectorLiteral()
H A DSemaChecking.cpp638 ExprResult BasePtr = S.BuildCStyleCastExpr( in dumpRecordValue()
H A DTreeTransform.h2977 return getSema().BuildCStyleCastExpr(LParenLoc, TInfo, RParenLoc, in RebuildCStyleCastExpr()
/src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2145 ExprResult BuildCStyleCastExpr(SourceLocation LParenLoc, TypeSourceInfo *Ty,