reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Sema/Sema.h
 4804   ExprResult BuildCStyleCastExpr(SourceLocation LParenLoc,

References

tools/clang/lib/Sema/SemaExpr.cpp
 6720   return BuildCStyleCastExpr(LParenLoc, castTInfo, RParenLoc, CastExpr);
 6768       return BuildCStyleCastExpr(LParenLoc, TInfo, RParenLoc, Literal.get());
 6790         return BuildCStyleCastExpr(LParenLoc, TInfo, RParenLoc, Literal.get());
tools/clang/lib/Sema/SemaOpenMP.cpp
 6878       Expr *ConvE = S.BuildCStyleCastExpr(
13469             ExprResult CastExpr = S.BuildCStyleCastExpr(
tools/clang/lib/Sema/TreeTransform.h
 2388     return getSema().BuildCStyleCastExpr(LParenLoc, TInfo, RParenLoc,