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

Declarations

tools/clang/include/clang/AST/Expr.h
 3363   static CStyleCastExpr *Create(const ASTContext &Context, QualType T,

References

tools/clang/lib/AST/ASTImporter.cpp
 6767     return CStyleCastExpr::Create(
tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
  588       return CStyleCastExpr::Create(*Ctx, Ty, VK_RValue, Kind, E, nullptr,
tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
  494       return CStyleCastExpr::Create(*Ctx, Ty, VK_RValue, Kind, E, nullptr,
tools/clang/lib/Sema/SemaCast.cpp
 2901   return Op.complete(CStyleCastExpr::Create(Context, Op.ResultType,
tools/clang/lib/Sema/SemaTemplate.cpp
 7109     E = CStyleCastExpr::Create(Context, OrigT, VK_RValue, CK_IntegralCast, E,