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

References

tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
 1685   CastKind CK = syncExpr->getType()->isObjCObjectPointerType()
 1687                 syncExpr->getType()->isBlockPointerType()
 1690   syncExpr = NoTypeInfoCStyleCastExpr(Context, Context->getObjCIdType(),
 1691                                       CK, syncExpr);
 1694   assert(syncExpr != nullptr && "Expected non-null Expr");
 1695   syncExpr->printPretty(syncExprBuf, nullptr, PrintingPolicy(LangOpts));