Home
last modified time | relevance | path

Searched defs:castExpr (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprObjC.cpp3747 SourceLocation afterLParen, QualType castType, Expr *castExpr, in addFixitForObjCARCConversion()
3870 Expr *castExpr, Expr *realCast, in diagnoseObjCARCConversion()
4000 static bool CheckObjCBridgeNSCast(Sema &S, QualType castType, Expr *castExpr, in CheckObjCBridgeNSCast()
4063 static bool CheckObjCBridgeCFCast(Sema &S, QualType castType, Expr *castExpr, in CheckObjCBridgeCFCast()
4131 void Sema::CheckTollFreeBridgeCast(QualType castType, Expr *castExpr) { in CheckTollFreeBridgeCast()
4181 void Sema::CheckObjCBridgeRelatedCast(QualType castType, Expr *castExpr) { in CheckObjCBridgeRelatedCast()
4202 bool Sema::CheckTollFreeBridgeStaticCast(QualType castType, Expr *castExpr, in CheckTollFreeBridgeStaticCast()
4387 Expr *&castExpr, CheckedConversionKind CCK, in CheckObjCConversion()
4530 Expr *castExpr = realCast->getSubExpr(); in diagnoseARCUnbridgedCast() local
/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/
H A DTransUnbridgedCasts.cpp94 Expr *castExpr = E->getSubExpr(); in VisitCastExpr() local
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp3049 CastExpr *castExpr = NoTypeInfoCStyleCastExpr(Context, DerefExpr->getType(), in RewriteObjCProtocolExpr() local
4419 CastExpr *castExpr = in SynthBlockInitExpr() local
5829 CastExpr *castExpr = NoTypeInfoCStyleCastExpr(Context, castT, in RewriteObjCIvarRefExpr() local
5870 CastExpr *castExpr = NoTypeInfoCStyleCastExpr(Context, castT, in RewriteObjCIvarRefExpr() local
H A DRewriteModernObjC.cpp3592 CastExpr *castExpr = NoTypeInfoCStyleCastExpr( in RewriteObjCProtocolExpr() local
5282 CastExpr *castExpr = NoTypeInfoCStyleCastExpr(Context, Context->VoidPtrTy, in SynthBlockInitExpr() local
7476 CastExpr *castExpr = NoTypeInfoCStyleCastExpr(Context, in RewriteObjCIvarRefExpr() local
/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp977 const internal::VariadicDynCastAllOfMatcher<Stmt, CastExpr> castExpr; variable
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDecl.cpp705 while (auto castExpr = dyn_cast<CastExpr>(init->IgnoreParens())) { in tryEmitARCCopyWeakInit() local
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExprCXX.h1793 Expr *castExpr, unsigned pathSize, in CXXFunctionalCastExpr()