HomeSort by: relevance | last modified time | path
    Searched refs:BuildCStyleCastExpr (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCast.cpp 3180 ExprResult Sema::BuildCStyleCastExpr(SourceLocation LPLoc,
SemaOpenMP.cpp 5269 Actions.BuildCStyleCastExpr({}, LogicalTSI, {}, ForwardRange));
5277 Actions.BuildCStyleCastExpr({}, LogicalTSI, {}, BackwardRange));
5308 AssertSuccess(Actions.BuildCStyleCastExpr({}, LogicalTSI, {}, Range));
8881 Expr *ConvE = S.BuildCStyleCastExpr(
16764 ExprResult CastExpr = S.BuildCStyleCastExpr(
SemaExpr.cpp 7608 return BuildCStyleCastExpr(LParenLoc, castTInfo, RParenLoc, CastExpr);
7656 return BuildCStyleCastExpr(LParenLoc, TInfo, RParenLoc, Literal.get());
7678 return BuildCStyleCastExpr(LParenLoc, TInfo, RParenLoc, Literal.get());
TreeTransform.h 2683 return getSema().BuildCStyleCastExpr(LParenLoc, TInfo, RParenLoc,
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 5405 ExprResult BuildCStyleCastExpr(SourceLocation LParenLoc,

Completed in 113 milliseconds